Hello list, hello Christian,
You wrote:
> 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):
> [ ... ]
I didn't test the following idea:
Perha
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{
\
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:
> \version "2.4.2"
> \book{
> \score{
> c''
> }
> %pagebreak here
> \score{ {
\pageBreak
> c''
>