lilypond-user
[Top][All Lists]
Advanced

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

Re: Cross-staff stems


From: Phil Holmes
Subject: Re: Cross-staff stems
Date: Wed, 28 Mar 2018 15:09:25 +0100


Took me a while, but by reversing the order of the clashing notes with force-hshift you can get close.
 
\layout {
  \context {
    \PianoStaff
    \consists #Span_stem_engraver
  }
}
 
{
  \new PianoStaff <<
    \new Staff { \relative c'
    <<
      \new Voice {
        \voiceThree d8 \once \override NoteColumn.force-hshift = #1.0 ces b a
      }
      \new Voice {
        \voiceFour \crossStaff { s8 \once \override NoteColumn.force-hshift = #-0.0 b s bes }
      }
    >>
    }
    \new Staff {
      \clef bass
      \voiceFour
      ges8 ces ges ces
    }
  >>
}

--
Phil Holmes
 
 
----- Original Message -----
Sent: Wednesday, March 28, 2018 2:43 PM
Subject: Re: Cross-staff stems

Hi All,

This is surprisingly tricky, because the b flats don't line up with the bass. I think the OP is asking how to achieve that, not the mechanism of cross staff stemming.

I cant figure it out either!

Andrew


_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user

reply via email to

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