lilypond-user
[Top][All Lists]
Advanced

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

Re: Cross staff stems for beamed notes


From: foxfanfare
Subject: Re: Cross staff stems for beamed notes
Date: Wed, 25 Apr 2018 23:41:26 -0700 (MST)

I think you'd need to omit the beams:

\version "2.19.81"

\score {
  <<
    \new PianoStaff <<
      \new Staff { \time 6/8 fis'4. \stemDown a' }
      \new Staff { \time 6/8 \clef bass \crossStaff { <fis fis,>4. < a!
a,!> } }
    >>
    \new PianoStaff <<
      \new Staff { \time 6/8 r8 <a' a''> q \stemUp q[ q] \stemDown q  }
      \new Staff { \time 6/8 \clef bass r8 \crossStaff { a8 a  \stemUp
                                                        a\noBeam a\noBeam
\stemDown a } }
    >>
  >>

  \layout {
    \context {
      \PianoStaff
      \consists #Span_stem_engraver
    }
  }
}

Cheers



--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html



reply via email to

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