bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Issue 621 in lilypond: Dynamics should avoid cross-staff BarLines (e


From: lilypond
Subject: Re: Issue 621 in lilypond: Dynamics should avoid cross-staff BarLines (e.g. GrandStaff, PianoStaff etc)
Date: Sun, 06 Feb 2011 03:03:38 +0000


Comment #3 on issue 621 by address@hidden: 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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]