In the example below, how do I get the second half-note to merge?
- Mark

\version "2.13.18"

\new PianoStaff <<
  \new Staff = "upper" {
    <<
      {
        \mergeDifferentlyHeadedOn
        b8 c' d' e'
        \change Staff = "lower" b8
        \change Staff = "upper" c' d' e'
      } \\ {
        b2 \change Staff = "lower" b
      }
    >>
  }
  \new Staff = "lower" {
    \clef bass s1
  }
>>


      

<<attachment: merge.png>>

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

Reply via email to