I am not top-posting (for some reason gmane thinks I'm doing that here)
In the first two measures of the following excerpt the beam ends up on the wrong
staff.
- When I take the slurs out it looks fine.
- It seems that the problem is the staff change that follows. This line by
itself causes the problem: \change Staff=LH aes8( aes aes aes aes aes) | \change
Staff=RH
- A workaround is to do each section with the staff change in its own voice.
Thanks!
-----Jay
\version "2.11.25"
\new PianoStaff
<<
\new Staff="RH"
{
\new Voice \relative c'
{
\time 3/4
\change Staff=LH aes8( aes aes aes aes aes) |
\change Staff=RH aes8( aes aes aes aes aes) |
\change Staff=LH aes8( aes aes aes aes aes) |
}
}
\new Staff="LH"
{
\clef bass
s2.*3 |
}
_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond