lilypond-user
[Top][All Lists]
Advanced

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

Re: Unwanted line/page breaks


From: Lukas-Fabian Moser
Subject: Re: Unwanted line/page breaks
Date: Fri, 5 Mar 2021 18:25:20 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

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

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