lilypond-user
[Top][All Lists]
Advanced

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

cross-staff stems for only two of three staves


From: Malte Meyn
Subject: cross-staff stems for only two of three staves
Date: Fri, 20 Nov 2015 20:50:22 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

Hi list,

I would like to set cross staff stems in a three-staff piano score. With stems from the middle to lower or upper staff everything works fine but not the other way (from outer to middle staff). Does anyone have an idea how to fix that or work around?

\version "2.19.30"

\new PianoStaff \with {
  \consists #Span_stem_engraver
  \autoBeamOff
} <<
  \new Staff {
    e'8 f'
    \crossStaff e'' f'' % not ok
  }
  \new Staff {
    d'8 \crossStaff e' % ok
    d'' \crossStaff e'' % ok
  }
  \new Staff {
    \crossStaff c'8 d' % not ok
    c'' d''
  }
>>



reply via email to

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