Updates:
        Status: Accepted
        Labels: -Fixed_2_19_0

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

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