lilypond-devel
[Top][All Lists]
Advanced

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

cross-staff chords with stems down


From: ornello
Subject: cross-staff chords with stems down
Date: Fri, 14 Dec 2012 04:49:28 -0800 (PST)

Cross-staff chords seem to work with stems up only. The following attempts to
create cross-staff chords with stem down did not work:

\layout {
  \context {
    \PianoStaff
    \consists #Span_stem_engraver
  }
}

{
  \new PianoStaff <<
    \new Staff {
      \stemDown
      < b d'>4 r d'16\> e'8. g8 r\!
      e'8 f' g'4 e'2
    }
    \new Staff {
      \clef bass
      \voiceOne
      \stemDown
      \autoBeamOff
      \crossStaff { <e g>4 e, g16 a8. c8} d
      \autoBeamOn
      g8 f g4 c2
    }
  >>
}

\layout {
  \context {
    \PianoStaff
    \consists #Span_stem_engraver
  }
}

{
  \new PianoStaff <<
    \new Staff {
      \stemDown
      \crossStaff { < b d'>4 r d'16\> e'8. g8} r\!
      e'8 f' g'4 e'2
    }
    \new Staff {
      \clef bass
      \voiceOne
      \stemDown
      \autoBeamOff
      <e g>4 e, g16 a8. c8 d
      \autoBeamOn
      g8 f g4 c2
    }
  >>
}

Should be documented or fixed.

Greetins,
Dominik



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/cross-staff-chords-with-stems-down-tp137675.html
Sent from the Dev mailing list archive at Nabble.com.



reply via email to

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