lilypond-user
[Top][All Lists]
Advanced

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

How to have a cross-staff stem on a spacer rest


From: paolo prete
Subject: How to have a cross-staff stem on a spacer rest
Date: Sat, 3 Mar 2018 23:58:37 +0100

(I re-post a previous message, in a new form and from a new e-mail address, hoping it will not be automatically filtered as it happened for some posts from the yahoo server)

Hello,

I would like to obtain the same graphical result of the below snippet  (a cross-staff stem for the second note on the lower staff), but without having to change staff within the upper staff.
More precisely, I want to use a spacer rest on the upper staff, in the corresponding bar position, and put the note on the lower staff.
How can I do that?


Thanks


%%%%%%%%%%%%%

down = \change Staff="down"
up = \change Staff="up"

{
  \new PianoStaff <<
    \new Staff = "up" {
      \stemUp
      d'8[ \down a \up e' f']
    }
    \new Staff = "down" {
      \autoBeamOff
      \crossStaff { g8 s s s }
    }
  >>
} \layout { \context { \PianoStaff \consists #Span_stem_engraver } }


reply via email to

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