lilypond-user
[Top][All Lists]
Advanced

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

Re: How can I move a textscript around?


From: Mark Volpe
Subject: Re: How can I move a textscript around?
Date: Tue, 11 Dec 2001 17:06:58 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.6+) Gecko/20011210

Worked as advertised. Thanks!

Mark

Jan Nieuwenhuizen wrote:

Mark Volpe <address@hidden> writes:

However, I would like to move the "Adagio e Delicato" up and to the left, so
that it's aligned with the left end of the staff. I tried using:

fs^#'((raise . 4.0) ((kern . -5.0) (large "Adagio e Delicato")))


But the text showed up in the same place.  Can somebody tell me a way to do
this?


It's a bit tricky.  Try:

\score {
 \notes\relative c''{
   c1^#'(columns "" (((raise . 4.0) (kern . -5.0) large) "Adagio e Delicato"))
 }
}







reply via email to

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