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


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to