Hi all,

I was wondering why a \score inside \markup doesn't allow breaks. If I
insert a \break everything after it is ignored. If I want to have a
multi-line piece inside a \markup I have to put multiple \scores in a
column. Is there another way?

-Risto

%%%% start %%%%
\version "2.12.1"

\markup
{
    \score
    {
        {c'1 c' c' c' \break c' c' c' c'}
        \layout {}
    }
}
%%%% END %%%%


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

Reply via email to