Issue 622: Rests cause cross-staff havoc
http://code.google.com/p/lilypond/issues/detail?id=622
New issue report by joeneeman:
% When rests are placed underneath cross-staff beams, the formatting of
% beams and stems is messed up.
\version "2.11.44"
re = { \change Staff = rechts }
li = { \change Staff = links }
%begin%%%
rechts = \relative c'' { \time 6/8 < ees ees'>8 [ r8 \li <d d'> ] \re < ees
ees'> [ r8 \li <c c'> ] }
links = { s2. }
\score {
\new PianoStaff = "Klavier"
<<
\new Staff= "rechts" { \rechts }
\new Staff = "links" \with {
\override VerticalAxisGroup #'keep-fixed-while-stretching = ##t }
{ \links} >>
}
Issue attributes:
Status: Accepted
Owner: joeneeman
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
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond