Issue 554: Pitched rests collide with accidentals
http://code.google.com/p/lilypond/issues/detail?id=554
Comment #1 by v.villenave:
OMG, I should have tested it first. You have to add
\layout { ragged-right = ##t } to see the collision in this example.
Here is an addition from Mats:
Strangely enough, you can't use standard tricks like
\once \override Score.SeparationItem #'padding = #1
to add some spacing between the notes. The only solution I could find was
to add the following before the rest:
\once \override Rest #'X-extent = #'(0 . 1.5)
Issue attribute updates:
Summary: Pitched rests collide with accidentals
--
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