bug-lilypond
[Top][All Lists]
Advanced

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

Issue 622 in lilypond: Rests cause cross-staff havoc


From: codesite-noreply
Subject: Issue 622 in lilypond: Rests cause cross-staff havoc
Date: Sat, 17 May 2008 01:37:50 -0700

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




reply via email to

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