Hi Paolo, Am 21.10.21 um 19:42 schrieb Paolo Prete:
is there a way to do page breaking *only* when \pageBreak is explicitly used?I would like to avoid to insert "\noPageBreak" commands in the score .
There's \autoPageBreaksOff (which is exactly \override Score.NonMusicalPaperColumn.page-break-permission = ##f).
But note that it still allows page breaks between scores: \version "2.22" \layout { \autoPageBreaksOff } { \repeat unfold 1000 c'4 } { \repeat unfold 1000 c'4 } Lukas