lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 621 in lilypond: Dynamics should avoid cross-s


From: lilypond
Subject: Re: [Lilypond-auto] Issue 621 in lilypond: Dynamics should avoid cross-staff BarLines (e.g. GrandStaff, PianoStaff etc)
Date: Tue, 04 Feb 2014 06:47:34 +0000

Updates:
        Status: Accepted
        Labels: -Fixed_2_19_0

Comment #29 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

The patch for issue 910 separated the printing of span bars (using the grob SpanBar) form the spacing of span bars (SpanBarStubs). It looks like the patch for issue 910 should have changed the engravers in Dynamics as it did for Lyrics, so a workaround is to change the engravers explicitly:

\new Dynamics \with {
   \remove Bar_engraver
   \consists Pure_from_neighbor_engraver
 } { s1 s8 \ffff s2.. }

--
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



reply via email to

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