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''
> } }
> }
>
> Thanks
> Christian
>
>
>
> _______________________________________________
> lilypond-user mailing list
> [EMAIL PROTECTED]
> http://lists.gnu.org/mailman/listinfo/lilypond-user
_______________________________________________
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user