Status: Accepted
Owner: ----
Labels: Type-Critical
New issue 3032 by [email protected]: \textLengthOn no longer works
correctly
http://code.google.com/p/lilypond/issues/detail?id=3032
The predefined command \textLengthOn no longer always causes
TextScripts to align. See the snippet "Vertically aligned
dynamics and textscripts" as it appears in the NR in section
http://www.lilypond.org/doc/v2.17/Documentation/notation/expressive-marks-attached-to-notes#dynamics
Phil says
I get the words aligning in 2.17.0 but failing to align in 2.17.1
Mike suggests:
The easy fix would be to add :
\override TextScript #'outside-staff-horizontal-padding = #0
to the definition of textLengthOn.
Trevor