[ << Spacing issues ] | [Top][Contents][Index] | [ Changing defaults >> ] |
[ < Optimal page breaking ] | [ Up : Page breaking ] | [ One-page page breaking > ] |
Minimal page breaking
The ly:minimal-breaking
function performs minimal
computations to calculate the page breaking: it fills a page with
as many systems as possible before moving to the next one. Thus,
it may be preferred for scores with many pages, where the other
page breaking functions could be too slow or memory demanding, or
a lot of texts. It is enabled using:
\paper { page-breaking = #ly:minimal-breaking }
See also
Snippets: Spacing.