lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 4216 in lilypond: space-alist can't control di


From: lilypond
Subject: Re: [Lilypond-auto] Issue 4216 in lilypond: space-alist can't control distance between time signature and note with accidental
Date: Sun, 14 Dec 2014 18:17:27 +0000


Comment #6 on issue 4216 by address@hidden: space-alist can't control distance between time signature and note with accidental
https://code.google.com/p/lilypond/issues/detail?id=4216

space-alist.first-note = #'(extra-space . 0.1)
extra-spacing-width = #'(0 . 0.5)

but now the distance between time signatures and notes without accidentals is too small!

Your setting   space-alist.first-note = #'(extra-space . 0.1)
required only for 0.1-staff-space from the TimeSignature, so you want a larger number.

The concept is different from what you might believe. "space-alist" sets one rule on spacing between broad classes of elements, largely based on their meaning; "extra-spacing-width" sets a second rule on the graphical space left around a particular type of object, TimeSignatures in this case; and LilyPond follows both rules. You weakened the first rule so much "0.1 staff-space is enough" that only the second rule was having effect.

I can explain more if needed, if you ask on address@hidden
Generally, we should email bug-reports address@hidden rather than add directly to this bug-tracker.


--
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]