Comment #1 on issue 4173 by [email protected]: horizontal spacing is not
stretched to fit a 'broken' spanner with long text on its second line
https://code.google.com/p/lilypond/issues/detail?id=4173
On 20/10/14 17:50, David Nalesnik wrote:> Note that this also happens with
Hairpin.
\score {
\relative c' {
\override Hairpin.minimum-length = 50
c4\< d e f
\break
c4 d e f
\break
c4 d e f\!
}
\layout {
ragged-right = ##t
}
}
Hairpin has the same sort of bounding grobs: NoteColumn for unbroken
bounds, NonMusicalPaperColumn for broken. The middle line has
NonMusicalPaperColumn as both bounds.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings