(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 } }
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to