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
Cc: Joseph Srednicki
Subject: Re: How to move markup horizontally
Hi Joe,
> I am trying to move mar
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 dyn
Manuela and Andrew:
Thanks for the answers. These examples work for me.
Joe Srednick
From: Manuela Gößnitzer [mailto:pressephotogra...@gmail.com]
Sent: Sunday, June 25, 2017 1:22 AM
To: Andrew Bernard
Cc: Joseph Srednicki ; lilypond-user Mailinglist
Subject: Re: How to move markup
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 :
> Hi Joe,
>
> One way
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
lilypond-use
eneath 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 approp