lilypond-user
[Top][All Lists]
Advanced

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

Re: page-limit-inter-system-space


From: Jean Bréfort
Subject: Re: page-limit-inter-system-space
Date: Mon, 08 Feb 2021 19:35:36 +0100
User-agent: Evolution 3.38.3-1

Try:

version "2.20.0"
music = {\repeat unfold 30 c'' }
\paper {
         page-limit-inter-system-space = ##t
         page-limit-inter-system-space-factor = #0.2
       }
\bookpart{
        \score {
                \music 
        }
}
\bookpart{
        \score {
                \music     
        }
}

Hope this helps,
Jean

Le lundi 08 février 2021 à 12:08 +0000, Richard Shann a écrit :
> In a multi-movement piece with each movement starting on a new page it
> happens by default that if one movement is very short it will be spread
> out to fill the page. This can be difficult to read as the systems are
> so far apart. I would like to tell LilyPond to limit the space between
> systems to avoid this (leaving blank space below the movement).
> I've come across page-limit-inter-system-space but can't find the
> documentation for it.
> I've been testing various values in the following code without success.
> 
> 8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><
> 
> \version "2.20.0"
> music = {\repeat unfold 30 c'' }
> \paper {
>          page-limit-inter-system-space = ##t
>          page-limit-inter-system-space-factor = #0.2
>        }
> \score {
>         \music 
> }
> \pageBreak
> \score {
>         \music     
> }
> 
> 8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><
> 
> Can someone suggest how to make these two movements look the same on
> the page?
> 
> Richard Shann
> 
> 





reply via email to

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