Issue 399: clef can take too much space when changing staffs in piano music
http://code.google.com/p/lilypond/issues/detail?id=399

Comment #2 by wbsoft:
%{
I believe there is one corner case where this bug is not fixed: when the clef 
is at 
the very end of a measure (which occurs when the clef changes in the beginning 
of 
the next measure).
%}

\version "2.11.28" % git as of 4 aug 2007
\paper { ragged-right = ##t }

\new PianoStaff <<
        \new Staff = "rh" \relative c'' {
                \time 3/8
                bes16 c d bes a g |
                \change Staff = lh
                \clef bass
                bes,16 c d bes a g
        }
        \new Staff = "lh" \relative c' {
                s2.
        }
>>


Attachments:
        clef-change-eom.png  7.8 KB 



-- 
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

Reply via email to