Manuela and Andrew:
Thanks for the answers. These examples work for me. Joe Srednick From: Manuela Gößnitzer [mailto:[email protected]] Sent: Sunday, June 25, 2017 1:22 AM To: Andrew Bernard <[email protected]> Cc: Joseph Srednicki <[email protected]>; lilypond-user Mailinglist <[email protected]> Subject: Re: How to move markup horizontally I do not recommand the usage of extra-offset (this was discussed in the German forum some time ago), try this instead \version "2.19.58" \relative c'' { d4_\markup { \line { \null \hspace #-7 R.\dynamic { p } } } } 2017-06-25 2:38 GMT+02:00 Andrew Bernard <[email protected] <mailto:[email protected]> >: Hi Joe, One way would be to use extra-offset. \version "2.19.58" { \relative c' { \once \override TextScript.extra-offset = #'(-5 . 0) d4_\markup{\pad-x #7.0 {\line{R.\dynamic{p}}}} d d d} } Andrew _______________________________________________ lilypond-user mailing list [email protected] <mailto:[email protected]> https://lists.gnu.org/mailman/listinfo/lilypond-user
_______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
