X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fuser%2Fspacing.itely;h=3433a402e2447bed50a911fa68dd4dbf2f89de87;hb=5532801f30af2000fa4085e2e3853efe2f6b095b;hp=bacbc944e9591cc57a6118c0ed9bfbab397ee8b2;hpb=3590aec4a7475d8840383e9c8ab285f92fb808b8;p=lilypond.git diff --git a/Documentation/user/spacing.itely b/Documentation/user/spacing.itely index bacbc944e9..3433a402e2 100644 --- a/Documentation/user/spacing.itely +++ b/Documentation/user/spacing.itely @@ -470,6 +470,17 @@ never consider blank pages in the middle of a score. Default: The value of the page number on the first page. Default: @code{#1}. +@item max-systems-per-page +The maximum number of systems that will be placed on a page. This +is currently supported only by the @code{ly:optimal-breaking} algorithm. +Default: unset. + +@item min-systems-per-page +The minimum number of systems that will be placed on a page. This +may cause pages to be overfilled if it is made too large. This is +currently supported only by the @code{ly:optimal-breaking} algorithm. +Default: unset. + @item page-breaking-between-system-padding @funindex page-breaking-between-system-padding @@ -588,6 +599,13 @@ default, for example The number of systems to be used for a score. Default: unset. +@item systems-per-page +@funindex systems-per-page + +The number of systems that should be placed on each page. +This is currently supported only by the @code{ly:optimal-breaking} algorithm. +Default: unset. + @end table @@ -1915,15 +1933,16 @@ Internals Reference: @rinternals{SpacingSpanner}, @rinternals{NoteSpacing}, @rinternals{StaffSpacing}, -@rinternals{SeparationItem}. +@rinternals{NonMusicalPaperColumn}. @knownissues There is no convenient mechanism to manually override spacing. The -following work-around may be used to insert extra space into a score. +following work-around may be used to insert extra space into a score, +adjusting the padding value as necessary. @example - \once \override Score.SeparationItem #'padding = #1 + \override Score.NonMusicalPaperColumn #'padding = #10 @end example No work-around exists for decreasing the amount of space.