Comment #1 on issue 2094 by [email protected]: spacing-measure-length.ly regtest has time sig overlaying rest
http://code.google.com/p/lilypond/issues/detail?id=2094

It is actually the /time-signature/ that is missing the space reservation.

(My first email said it was full-measure rests not getting their space, but then I used the spacing-debugger lines
\layout { \context { \Score
   \override NonMusicalPaperColumn #'stencil = #ly:separation-item::print
   \override PaperColumn #'stencil = #ly:separation-item::print
}} #(ly:set-option 'debug-skylines)
)

Other items have space reserved because their stencil-maker is on a list of "pure-print-callbacks" in define-grobs.scm, so we could fix this by adding
   ly:time-signature::print
there.


_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to