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]>:

> 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]
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to