lilypond-user
[Top][All Lists]
Advanced

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

Re: Aligning "sempre pp" with "p"...


From: Gilles THIBAULT
Subject: Re: Aligning "sempre pp" with "p"...
Date: Mon, 11 Feb 2008 09:15:04 +0100


\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





reply via email to

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