lilypond-user
[Top][All Lists]
Advanced

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

Cross-staff stem on a spacer rest


From: Paolo Prete
Subject: Cross-staff stem on a spacer rest
Date: Sat, 3 Mar 2018 20:44:43 +0000 (UTC)

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) without the bad hack "\override NoteHead.transparent = ##t d' " and using a spacer rest Instead,  How can I do?
Thanks


%%%%%%%%%%%%%
{
  \new PianoStaff <<
    \new Staff {
      d'8[ \override NoteHead.transparent = ##t d']
    }
    \new Staff {
      \voiceOne
      \autoBeamOff
      \crossStaff { g8 a} 
    }
  >>
} \layout { \context { \PianoStaff \consists #Span_stem_engraver } }



reply via email to

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