For me, this just works, with differentlyHeaded and with different durations for the same NoteHead type:

\version "2.19.39"

\score {
    \new PianoStaff \with {
        \consists #Span_stem_engraver
    } <<
        \new Staff = RH <<
            \time 3/4
            \relative c'' {
                c4 \mergeDifferentlyHeadedOn \crossStaff { c2 }
            }
        >>
        \new Staff = LH <<
            \relative c' {
                \clef bass
                % \voiceOne
                c4 c c
            }
        >>
    >>
}


\score {
    \new PianoStaff \with {
        \consists #Span_stem_engraver
    } <<
        \new Staff = RH <<
            \time 3/4
            \relative c'' {
                c4 \mergeDifferentlyHeadedOn \crossStaff { c8 c c c }
            }
        >>
        \new Staff = LH <<
            \relative c' {
                \clef bass
                % \voiceOne
                c4 c c
            }
        >>
    >>
}



On 07/20/2016 02:40 PM, Andrew Bernard wrote:
Total silence? No thoughts, anybody?

Andrew



On 18 July 2016 at 11:45:51 PM, Andrew Bernard wrote:

If one wants to have cross staff stems between notes of different
durations, found often in the contemporary music I set, is there a
lilypond setting of some sort to do this?


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to