\once \override DynamicText #'X-offset = #...
You have also the command markup \translate doing that very well

%%%%%%%%%
sempp = #(
     make-dynamic-script
       (markup
           #:hspace 0 #:translate (cons -22 0 )
               #:line( #:normal-text #:italic "sempre" #:dynamic "pp"))
)

{

{ c'4\sempp }

%%%%%%%%%%

You have the explanation about that in the chapter "New markup command definition"

NB
Perhaps the command \translate-scaled will be better, if you change the font size.

Gilles



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to