lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Manual page-breaking


From: Xavier Scheuer
Subject: Re: Manual page-breaking
Date: Tue, 24 Sep 2024 22:07:22 +0200

On Tue, 24 Sept 2024 at 16:41, David Sumbler <david@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

[Prev in Thread] Current Thread [Next in Thread]