Comment #3 on issue 4182 by [email protected]: dynamics on skips confuse cross-staff stems
https://code.google.com/p/lilypond/issues/detail?id=4182

At the moment I have trouble seeing how this worked before. The horizontal constraints on spacing notes on a line depend on, and for chords with seconds that depends on whether the stem points up or down, but the stem direction can potentially depend on staff spacing, which depends on how many notes fit on each line.

up = \change Staff = "up"
dn = \change Staff = "down"
\new PianoStaff <<
  \new Staff = "up" {
    \time 2/4 s2 }
  \new Staff = "down" <<
    {s8*3 s8\p  }
    {\clef bass a,8[ \up e' \dn a, \up <c' d' g'>] } >> >>

Workaround:   \once\voiceTwo   or as appropriate, before any misplaced stems

Attachments:
        4182.preview.png  2.8 KB

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