Hi all,

how do I write a cross-staff chord with stems down? In the following
fragment I want to connect the eighth notes of the upper staff to the eighth
notes in the lower staff, but not to the quarter note in the lower staff:


\version "2.16.0"

\layout {
  \context {
    \Score
    autoBeaming = ##f
  }
  \context {
    \PianoStaff
    \consists #Span_stem_engraver
  }
}

{
  \new PianoStaff <<
    \new Staff {
      \stemDown
      \crossStaff { <b' d''>8 <b' d''>8 }
    }
    \new Staff <<
      \clef bass
      \new Voice {
        \voiceOne
        \stemDown
        <e' g'>8 [ <e' g'>8 ]
      }
      \new Voice {
        \voiceTwo
        \stemDown
        f,4
      }
    >>
  >>
}


Thanks for suggestions,
Dominik



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/crossStaff-and-stemDown-tp137487.html
Sent from the User mailing list archive at Nabble.com.

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

Reply via email to