lilypond-user
[Top][All Lists]
Advanced

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

Re: Pagebreak between \score's


From: Christian Hitz
Subject: Re: Pagebreak between \score's
Date: Mon, 22 Nov 2004 16:30:07 +0100

Thanks for the hint.

Sadly this doesn't work if the second score-block contains a header-block.
The following example shows this behavior (the second and third scores
remain on the same page):

\version "2.4.2"
\book{
        \score{
                c''1
        }
        \score{
                \new Staff {\pageBreak c''1}
        }
        \score{
                \new Staff {\pageBreak c''1}
                \header {
                        piece = "test"
                }
        }
}

Am 22.11.2004 um 14:49 schrieb Erik Sandberg:

On Monday 22 November 2004 14.14, Christian Hitz wrote:
Hi,

how can I force a pagebreak between two \score elements in lily 2.4.2?

Try starting the second score with a pagebreak, like:





reply via email to

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