lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: How to move markup horizontally


From: Joseph Srednicki
Subject: RE: How to move markup horizontally
Date: Sun, 25 Jun 2017 10:34:58 -0400

Manuela and Andrew:

 

Thanks for the answers. These examples work for me.

 

Joe Srednick

 

From: Manuela Gößnitzer [mailto:address@hidden
Sent: Sunday, June 25, 2017 1:22 AM
To: Andrew Bernard <address@hidden>
Cc: Joseph Srednicki <address@hidden>; lilypond-user Mailinglist <address@hidden>
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 <address@hidden>:

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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user

 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]