bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 2094 in lilypond: spacing-measure-length.ly regtest has time s


From: lilypond
Subject: Re: Issue 2094 in lilypond: spacing-measure-length.ly regtest has time sig overlaying rest
Date: Sat, 10 Dec 2011 19:55:53 +0000


Comment #1 on issue 2094 by address@hidden: 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.




reply via email to

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