Skip to content

Commit

Permalink
Workaround lilypond segfault. Add missing tags to horn part.
Browse files Browse the repository at this point in the history
  • Loading branch information
horndude77 committed Dec 31, 2011
1 parent a57d408 commit 9be640e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions ChevillardAllegroOp18/defs.ily
@@ -1,7 +1,6 @@
\version "2.15.21"

%pocoF = #(make-dynamic-script (markup #:normal-text #:italic "poco" #:dynamic "f"))
pocoF = #(make-dynamic-script #{ \markup {\normal-text \italic "poco" \dynamic "f"} #})
pocoF = #(make-dynamic-script #{ \markup { \normal-text \italic "poco" \dynamic "f" } #})
pDolce = #(make-dynamic-script (markup #:dynamic "p" #:normal-text #:italic "dolce"))
pTresTranquille = #(make-dynamic-script (markup #:dynamic "p" #:normal-text #:italic "très tranquille"))

Expand Down Expand Up @@ -40,6 +39,13 @@ afterGraceFraction = #(cons 15 16)
,(make-accidental-rule 'any-octave 0)
,(make-accidental-rule 'same-octave 1))
}

\context
{
\PianoStaff
%TODO: Remove this later. It currently causes a segfault.
\remove "Span_bar_stub_engraver"
}
}

\midi
Expand Down
4 changes: 2 additions & 2 deletions ChevillardAllegroOp18/horn.ily
@@ -1,9 +1,9 @@
\relative c''
{
\transposition f
\tempoTextLengthOn
\tag #'part \tempoTextLengthOn
R1*8 |
\tempoTextLengthOff
\tag #'part \tempoTextLengthOff
r4 g-.\p d'2~ |
d4 b8( a g4) a-. |
g-. \times 2/3 {d8 g b} d2~ |
Expand Down

0 comments on commit 9be640e

Please sign in to comment.