Am 07.04.2018 um 10:51 schrieb Menu Jacques:
I’m no pianist though: is this OK for a keyboard player, or is Finale’s output: […] better, and if so, how can I obtain the cross-staves stems this way?

What is better depends on whether it should be played with one hand or two. Please always give a minimal code example, not this way too much generated code.

\version "2.19.81"

\new PianoStaff \with {
  \consists #Span_stem_engraver
} <<
  \new Staff = "top" \relative {
    s1
    s4 \crossStaff { \stemDown \autoBeamOff c'8 <c e g> }
  }
  \new Staff = "bot" \relative {
    \clef bass
a8 \change Staff = "top" e' \change Staff = "bot" a, \change Staff = "top" e'
    c' e, \change Staff = "bot" a, \change Staff = "top" b'
    \stemDown
\change Staff = "bot" <c,, e g c> \change Staff = "top" <c' e g> \change Staff = "bot" <c, e g> g'
  }
>>

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

Reply via email to