Why not use the method described in the manual? See section
"Moving objects".

  /Mats

Quoting Kieren MacMillan <[EMAIL PROTECTED]>:

Hi Marcus,

There must be a better way to do this, though.

Not sure about "better", but here are a couple options:

\version "2.11.23"

theMusic =
{
        c''^\markup { \italic "Variation second." }
c''^\markup { \translate #(cons 0 1) { \hspace #0 \italic "Variation second." } }
        c''^\markup { \raise #1 { \hspace #0 \italic "Variation second." } }
}

\score
{
        \theMusic
}

Hope this helps!
Kieren.




_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user






_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to