Issue 487: stems of beamed notes too long before staff change
http://code.google.com/p/lilypond/issues/detail?id=487

New issue report by wbsoft:
%{
When changing staffs at a rest, the stems of the previous notes are too
long. This problem is visible in the first score.
In the second score the staff change is put after the rest, in this case
the stems have the correct length.
%}

\version "2.11.34" % git as of 7 okt 2007
\paper { ragged-right = ##t }
\score { <<
       \new Staff=rh \relative c'' {
               \time 12/8
               \voiceTwo r8 b, e a e b
               \change Staff=lh
               \voiceOne r e, g d' g, e
       }
       \new Staff=lh \relative c {\clef bass \voiceTwo c1. }
}

\score { <<
       \new Staff=rh \relative c'' {
               \time 12/8
               \voiceTwo r8 b, e a e b r
               \change Staff=lh
               \voiceOne e, g d' g, e
       }
       \new Staff=lh \relative c {\clef bass \voiceTwo c1. }
}


Attachments:
        stem-too-long.png  11.7 KB


Issue attributes:
        Status: New
        Owner: ----
        Labels: Type-Defect Priority-Medium

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to