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

Reply via email to