Status: Accepted
Owner: ----
Labels: Type-Ugly
New issue 2785 by [email protected]: Hairpin minimum-length has not effect
at end of line
http://code.google.com/p/lilypond/issues/detail?id=2785
\paper { ragged-right = ##t }
\score {
\new Staff {
\override Hairpin #'minimum-length = #15
<< { c''1 c''} { s2\p\< s2\> s4\! } >> % no line break
<< { c''1 \break c''} { s2\p\< s2\> s4\! } >> % line break at end of
}
}
note: setting ragged-right to ##t looks a bit better, but the required
minimum-length isn't achieved.
Attachments:
min length hairpin.png 4.0 KB