lilypond-user
[Top][All Lists]
Advanced

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

Re: Moving horizontally a \markup block that's outside score


From: Kieren MacMillan
Subject: Re: Moving horizontally a \markup block that's outside score
Date: Thu, 3 Jul 2008 13:40:23 -0400

Hi Risto,

 was wondering if it's possible to move around
a \markup block that's outside the \score block.

One solution is to use \translate.

Hope this helps!
Kieren.
________________________

\paper { indent = #0 }

{
        \new ChoirStaff
        <<
                \new Staff { c'2 c' }
                \new Staff { c'2 c' }
        >>
}

\markup
{
        \translate #'(-1.5 . 0) \column
        {
                "How to move this horizontally?"
                "Preferably up to the thick line on the left."
        }
}




reply via email to

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