On Thu, 15 Oct 2020 at 18:37, Martín Rincón Botero <
martinrinconbot...@gmail.com> wrote:
>
> Hello,
>
> not that it's something too difficult to fix with manual \pageBreaks, but
is there any way I can tell Lilypond to never put a single system on the
last page if there's more than one page, unless the last system takes up
the "whole" page (f.ex. in a piece for orchestra)? I have the feeling that
with all the intelligence of its fabulous engine, Lilypond should know
about this already. Or am I missing something?

Hi Martín,

Not exactly what you are asking but
\paper {
  ragged-last-bottom = ##f
}
won't probably put a single system on the last page (unless it is taking a
whole page).

\paper {
  min-systems-per-page = #2
}
is another possibility.

Cheers,
Xavier

-- 
Xavier Scheuer <x.sche...@gmail.com>

Reply via email to