lilypond-user
[Top][All Lists]
Advanced

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

Re: one system in the last page


From: Xavier Scheuer
Subject: Re: one system in the last page
Date: Thu, 15 Oct 2020 18:55:48 +0200

On Thu, 15 Oct 2020 at 18:37, Martín Rincón Botero <martinrinconbotero@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.scheuer@gmail.com>


reply via email to

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