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
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond