lilypond-user
[Top][All Lists]
Advanced

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

Re: Markup and music side by side


From: Kieren MacMillan
Subject: Re: Markup and music side by side
Date: Wed, 9 Jul 2008 21:16:21 -0400

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.




reply via email to

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