lilypond-user
[Top][All Lists]
Advanced

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

Re: Cross staff stems between notes of different durations


From: Rutger Hofman
Subject: Re: Cross staff stems between notes of different durations
Date: Wed, 20 Jul 2016 15:15:59 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0

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?




reply via email to

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