On Tue, 2024-09-24 at 22:07 +0200, Xavier Scheuer wrote:
> On Tue, 24 Sept 2024 at 16:41, David Sumbler <da...@aeolia.co.uk>
> wrote:
> >
> > The best solution I have come up with is adding \autoPageBreaksOff
> at the start of each Score block, and adding \noPageBreak between
> markup items etc. which come outside of the Score block.  So far,
> this seems to be working.
> 
> Hello,
> 
> You could replace all your \autoPageBreaksOff by a single top-level
> \layout {
>   \context {
>     \Score
>     \override NonMusicalPaperColumn.page-break-permission = ##f
>   }
> }
> 
> Kind regards,
> Xavier

Thanks - that works nicely!

David


Reply via email to