lilypond-user
[Top][All Lists]
Advanced

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

Re: Manual page-breaking


From: David Sumbler
Subject: Re: Manual page-breaking
Date: Tue, 24 Sep 2024 22:01:16 +0100
User-agent: Evolution 3.52.3-0ubuntu1



On Tue, 2024-09-24 at 22:07 +0200, Xavier Scheuer wrote:
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

Thanks - that works nicely!

David


reply via email to

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