Comment #9 on issue 4316 by [email protected]:
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