lilypond-user
[Top][All Lists]
Advanced

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

\crossStaff and \stemDown


From: ornello
Subject: \crossStaff and \stemDown
Date: Tue, 11 Dec 2012 06:15:03 -0800 (PST)

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.



reply via email to

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