lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 3598 in lilypond: Petrucci clef/time sugnature


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3598 in lilypond: Petrucci clef/time sugnature space too large
Date: Sat, 05 Oct 2013 04:57:35 +0000


Comment #1 on issue 3598 by address@hidden: Petrucci clef/time sugnature space too large
http://code.google.com/p/lilypond/issues/detail?id=3598

The position of the time signature is set in define-grobs.scm to be a fixed distance from the *left* edge of the clef, but that looks like a mistake. We can change it easily \override Score.Clef #'space-alist #'time-signature = #'(extra-space . 1.5 )
and this should probably become the default, along with
\override Score.Clef #'space-alist #'key-cancellation = #'(extra-space . 1.0 )
 \override Score.Clef #'space-alist #'key-signature = #'(extra-space . 1.0 )

These changes place the time signature the requested distance from the right side of the clef, but if several staves in a system have different clefs, the time signatures are vertically aligned allowing the requested distance from the fattest clef.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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