Ah, sorry,
I see what you mean...
If you want the hairpin to stop before the bar-line, you could insert a
silent grace note and explicitly let the crescendo hairpin stop there:
\version "2.19"
<<
\relative {
c'2 e4 g | \acciaccatura { a16 b } c4 r r2 |
}
\new Dynamics {
s1 \p \< | \grace s8\! s \f
}
>>
<<
\relative {
c'2 e4 g | c4 r r2 |
}
\new Dynamics {
s1 \p \< | s \f
}
>>
\layout {
\context {
\Score
\override Hairpin.to-barline = ##t
}
}
HTH,
Torsten
--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user