>From “Arrival of the Wolves”: an accidental in the upper Staff’s
voiceOne shifts a chord in its voiceTwo so it no longer aligns with the
corresponding note in the lower Staff, yielding the attached result.
Minimized example:
\version "2.19"
\language "english"
global = {
\key e \minor
\time 2/4
}
upper = \relative c'' {
\clef treble
\global
<< { \voiceOne
b8[ as b c] |
} \new Voice { \voiceTwo
\autoBeamOff
\crossStaff {
<e, g> q q q |
}
\autoBeamOn
} >> \oneVoice
}
lower = \relative c' {
\clef bass
\global
b8[ b b b] |
}
\score {
\new PianoStaff
<<
\new Staff = "upper" \upper
\new Staff = "lower" \lower
>>
\layout {
\context {
\PianoStaff
\consists #Span_stem_engraver
}
}
}
—Joel
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user