Hi,

I want to control the line/page breaking in setting the score of the Ave Maria from Josquin. To that end, I add \pagebreaks in the score.

Page breaks do occur indeed on those places, but also in between, where I don't want them.

Following suggestions ginven in this list to users with more or less similar wishes, I added to lines to the \score part:

\score {
  \new ChoirStaff <<
  \override NonMusicalPaperColumn.page-break-permission = ##f
  \override NonMusicalPaperColumn.line-break-permission = ##f

It's hard to check without a minimal example, but I would suspect that these permissions have to be issued score-wide. Try

  \override Score.NonMusicalPaperColumn.line-break-permission = ##f

in the \layout {} block of your score.

Lukas


Reply via email to