In the following example, the ordinary overrides of self-alignment-X appear
to have no effect on the position pf the dynamics (or an effect I can't
see). Large numbers are needed for an obvious shift.
Is this a bug, or something I'm doing wrong?
\version "2.19.10"
{
\override DynamicText.self-alignment-X = #LEFT
c'4\f
\override DynamicText.self-alignment-X = #RIGHT
c'4\f
\override DynamicText.self-alignment-X = #CENTER
c'4\f
\override DynamicText.self-alignment-X = #20
c'4\f
}
Thanks,
David
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond