lilypond-user
[Top][All Lists]
Advanced

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

Re: raise in markup glitch (was: Re: Pre-Release: Slave Songs of the Uni


From: Mats Bengtsson
Subject: Re: raise in markup glitch (was: Re: Pre-Release: Slave Songs of the United States)
Date: Wed, 13 Jun 2007 14:18:11 +0200
User-agent: Internet Messaging Program (IMP) H3 (4.0.5)

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

  /Mats

Quoting Kieren MacMillan <address@hidden>:

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
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user








reply via email to

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