Mark Volpe <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org


_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to