Thank you Andrew; both of the solutions you have provided will be useful. It had not occurred to me that adjusting position with 'extra-offset' would behave differently from setting 'X-offset' and 'Y-offset' directly.
delboh [email protected] On 16 Feb 2018, at 12:52 am, Andrew Bernard <[email protected]> wrote: Hi Delboh, Here's one way to do it. \once \override TextScript.extra-offset = #'(0 . -3.5) s4 ^\markup { \path #0.25 #'((moveto 0 0) (curveto 0 3 4 3 4 0) ) } s4 s4 s4 Not ideal, but sometimes using extra-offset is the quickest way to get the job done! Andrew _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
