On 2020-01-19 1:50 pm, Paolo Prete wrote:
THANKS again. It's very useful and should be added to LSR (otherwise
it's
not clear where exactly is the ref X point of the grob).
Note, in fact, that X-offset must be reset in order to be used
(otherwise
high risk of random results):
\once \override DynamicText.X-offset = 0
From where does the default offset come from?
The Internals Reference lists that DynamicText.X-offset is:
ly:self-alignment-interface::aligned-on-x-parent
The result of that procedure depends on properties like self-alignment-X
and parent-alignment-X, which are likely what you would want to try
adjusting first before modifying or setting X-offset directly.
-- Aaron Hill