X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Foptimal-page-breaking-hstretch.ly;h=bcfa5d7a9249512865bc0d94235cbdd4c45b10db;hb=ff5b756b319b1a577e0ebcbe90b77feeef3eb1da;hp=1ffdb31aee43427ccb65397679d51e51bb02c253;hpb=20b8c1519bbba8728457aa98e59993837bedfb04;p=lilypond.git diff --git a/input/regression/optimal-page-breaking-hstretch.ly b/input/regression/optimal-page-breaking-hstretch.ly index 1ffdb31aee..bcfa5d7a92 100644 --- a/input/regression/optimal-page-breaking-hstretch.ly +++ b/input/regression/optimal-page-breaking-hstretch.ly @@ -1,12 +1,17 @@ -\version "2.11.51" +\version "2.12.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 page-spacing-weight parameter +controls the relative importance of vertical/horizontal spacing. +Because 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} } - +}