Re: Pagebreak between \score's

2004-11-22 Thread Roland Goretzki
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

Re: Pagebreak between \score's

2004-11-22 Thread Christian Hitz
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{ \

Re: Pagebreak between \score's

2004-11-22 Thread 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: > \version "2.4.2" > \book{ > \score{ > c'' > } > %pagebreak here > \score{ { \pageBreak > c'' >