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:



_______________________________________________ lilypond-user mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to