Hi Risto,

I was wondering if there's a way to put a markup block, e.g., on the
left side of the paper and the music on the right side of the page?

Don't forget that \markup can include \score (as long as that \score includes a \layout):

\markup
{
        \fill-line
        {
                \line { words go here }
                \score { { a b c d e } \layout {} }
        }
}

Hope this helps!
Kieren.


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

Reply via email to