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 ----- 
  From: Andrew Bernard 
  To: lilypond-user Mailinglist 
  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
  [email protected]
  https://lists.gnu.org/mailman/listinfo/lilypond-user
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to