Comment #3 on issue 621 by [email protected]: Dynamics should avoid cross-staff BarLines (e.g. GrandStaff, PianoStaff etc)
http://code.google.com/p/lilypond/issues/detail?id=621

If we want dynamics to get the space they need when notes are placed relative to barlines, then we can say
\override Score.DynamicText #'extra-spacing-width = ##f

By default, DynamicText has an extra-spacing-with that tells the note-spacing to ignore Dynamics (analogous to \textLengthOff). That way DynamicText items let the notes (and barlines) go where they like, and then DynamicText shift vertically when required. We can remove that default behavior with the override above.



_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to