lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 4316 in lilypond: DynamicLineSpanner.outside-s


From: lilypond
Subject: Re: [Lilypond-auto] Issue 4316 in lilypond: DynamicLineSpanner.outside-staff-priority = ##f has been failing since 2.19.14
Date: Fri, 03 Jul 2015 11:50:31 +0000


Comment #9 on issue 4316 by address@hidden: DynamicLineSpanner.outside-staff-priority = ##f has been failing since 2.19.14
https://code.google.com/p/lilypond/issues/detail?id=4316

That's not how overrides of Y-offset work. You replace the _default_ calculation (usually defined via callbacks, in this case scm/define-grob-properties.scm
        (Y-offset . ,(scale-by-font-size -0.6)) ; center on an 'm'
) with your own value.

If you want to _add_ to the default calculation, there is extra-offset, and there also is the \offset music function.

But an "override" overrides the existing value.

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