bug-lilypond
[Top][All Lists]
Advanced

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

Issue 399 in lilypond: clef can take too much space when changing staffs


From: codesite-noreply
Subject: Issue 399 in lilypond: clef can take too much space when changing staffs in piano music
Date: Sat, 04 Aug 2007 14:25:47 -0700

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




reply via email to

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