RE: How to move markup horizontally

2017-06-25 Thread Joseph Srednicki
Thanks for the help. This works. -Original Message- From: Kieren MacMillan [mailto:kieren_macmil...@sympatico.ca] Sent: Sunday, June 25, 2017 10:56 AM To: Lilypond-User Mailing List <lilypond-user@gnu.org> Cc: Joseph Srednicki <jos.sredni...@verizon.net> Subject: Re: How to

Re: How to move markup horizontally

2017-06-25 Thread Kieren MacMillan
Hi Joe, > I am trying to move markup horizontally. See the following example: > > \version "2.19.58" { > \relative c' {d4_\markup{\pad-x #7.0 {\line{R.\dynamic{p d d d} > } Here are two possible solutions: %%% SNIPPET BEGINS \version "2.19.58" \markup \bold "This keeps the 'R.' and

RE: How to move markup horizontally

2017-06-25 Thread Joseph Srednicki
rizon.net>; lilypond-user Mailinglist <lilypond-user@gnu.org> 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

Re: How to move markup horizontally

2017-06-24 Thread Manuela Gößnitzer
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

Re: How to move markup horizontally

2017-06-24 Thread Andrew Bernard
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

How to move markup horizontally

2017-06-24 Thread Joseph Srednicki
h the time signature. Can someone please tell me how to move markup horizontally? I searched the documentation, but \pad is the only thing the I could find. If there something in the documentation that I missed about shifting markup horizontally, please feel free to point me to the appropriate