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: Sun, 05 Aug 2007 19:52:44 -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 #3 by joeneeman:
This isn't actually a problem with changing staves, as the following example 
indicates:

\version "2.11.28"
\paper { ragged-right = ##t }

\new PianoStaff <<
        \new Staff = "rh" \relative c'' {
                \time 1/4
                bes16 bes bes bes |
                bes
        }
        \new Staff = "lh" \relative c' {
                s4 \clef bass
        }
>>

Rather, this is a more subtle issue involving the space between a note and the 
following non-musical item (eg. a bar-line or a clef). It's difficult to find a 
fix 
that doesn't introduce regressions elsewhere. I'll push a fix to the jneeman 
git 
branch soon, but it might be a while before the regressions are fixed and I can 
commit to head.



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