lilypond-user
[Top][All Lists]
Advanced

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

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


From: Risto Vääräniemi
Subject: Re: Why a \score inside \markup doesn't allow breaks?
Date: Thu, 29 Jan 2009 10:32:02 +0000

Hi again,

Has no-one else encountered this issue?


BR,

Risto

2009/1/21 Risto Vääräniemi <address@hidden>:

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