lilypond-user
[Top][All Lists]
Advanced

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

Why a \score inside \markup doesn't allow breaks?


From: Risto Vääräniemi
Subject: Why a \score inside \markup doesn't allow breaks?
Date: Wed, 21 Jan 2009 10:22:53 +0200

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 %%%%




reply via email to

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