Hi Eric

If you use \bookpart in stead, they automatically start on a new page.

Something like:

\bookpart {

\score { %score goes here}

\markup { %your notes }

}

\bookpart {

\score { %score goes here}

\markup { %your notes }

}

etc.


Best wishes,
Jakob


On 05.05.2023 00.17, Eric Benson wrote:
I find myself doing this more than once:

Enter a score.

Enter some notes as markup text.

Enter another score.

Between the notes and the second score, I want a page break. I don't see how to do this. \pageBreak doesn't work outside of a \score, nor at the very beginning of a \score. How can I force a page break in LilyPond after the notes but before the second score?

Reply via email to