X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Foptimal-page-breaking-hstretch.ly;h=973e1f580df7e4f4352e5c988873446fadb13b1c;hb=32a34dcef0c0041c6d62677487a380b5c8b85712;hp=3205a976d5b65de086ede256f97b1904a102c311;hpb=33fee1aae93af367e6d2f0a80bef3e1b38eda9eb;p=lilypond.git diff --git a/input/regression/optimal-page-breaking-hstretch.ly b/input/regression/optimal-page-breaking-hstretch.ly index 3205a976d5..973e1f580d 100644 --- a/input/regression/optimal-page-breaking-hstretch.ly +++ b/input/regression/optimal-page-breaking-hstretch.ly @@ -1,12 +1,17 @@ -\version "2.12.0" +\version "2.16.0" + +#(set-default-paper-size "a6") + +\book { \header{ - texidoc="The optimal page breaker will stretch the -systems horizontally so that the vertical spacing will be -more acceptable. The page-spacing-weight parameter -controls the relative importance of vertical/horizontal -spacing. Because ragged-last-bottom is on, only the -first page should be horizontally stretched. + texidoc="The optimal page breaker will make trade-offs between +horizontal and vertical stretching so that the overall spacing +will be more acceptable. The @code{page-spacing-weight} parameter +controls the relative importance of vertical/@/horizontal spacing. +Because @code{ragged-last-bottom} is on, there is no penalty for odd +vertical spacing on the final page. As a result, only the first +page should be horizontally stretched. " } @@ -21,4 +26,4 @@ first page should be horizontally stretched. \repeat unfold 5 {a b c d} } - +}