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: Jan Nieuwenhuizen
Subject: Re: How can I move a textscript around?
Date: 11 Dec 2001 21:49:16 +0100
User-agent: Gnus/5.090003 (Oort Gnus v0.03) Emacs/21.1

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"))
  }
}

-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org




reply via email to

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