lilypond-user
[Top][All Lists]
Advanced

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

Re: Cross-staff chords question


From: Malte Meyn
Subject: Re: Cross-staff chords question
Date: Sat, 7 Apr 2018 11:08:27 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0



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'
  }
>>



reply via email to

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