lilypond-user
[Top][All Lists]
Advanced

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

\RemoveEmptyStaffContext and cross-staff beams


From: Jonathan Wilkes
Subject: \RemoveEmptyStaffContext and cross-staff beams
Date: Tue, 22 Sep 2009 15:08:10 -0700 (PDT)

Hello,
     In the following code, the beam goes between the staves when
\RemoveEmptyStaffContext is commented out but goes above the top 
staff when it's used.
     This means you have to explicitly state all the stem directions to 
get the beam to go in the middle of the staves when using 
\RemoveEmptyStaffContext.

Is this a bug?

-Jonathan

Snippet below:

\version "2.13.3"

staffPiano = \new PianoStaff {
        <<
        \new Staff = "rh" { \relative c' {
                c8[ c c c \change Staff = "lh" g, g g g]
                }
        }
        \new Staff = "lh" { \relative c {
                \clef bass
                c1
                }
        }
        >>
}

\score {
        \staffPiano
}

\layout {
        \context {
        \RemoveEmptyStaffContext
        }
}


      




reply via email to

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