X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Foptimal-page-breaking-hstretch.ly;h=c37be4fd249f9230fb642bdd3b21f54f055223a6;hb=b872748c6aa8bb721ced458691b38ac2fac5dfc8;hp=2623a6d3ec5e87c8f359352bb2d5cd6c9f693fa8;hpb=f875ef39c544bd3499dae5360e9e24f69933575f;p=lilypond.git diff --git a/input/regression/optimal-page-breaking-hstretch.ly b/input/regression/optimal-page-breaking-hstretch.ly index 2623a6d3ec..c37be4fd24 100644 --- a/input/regression/optimal-page-breaking-hstretch.ly +++ b/input/regression/optimal-page-breaking-hstretch.ly @@ -1,4 +1,4 @@ -\version "2.14.0" +\version "2.16.0" #(set-default-paper-size "a6") @@ -17,12 +17,14 @@ page should be horizontally stretched. \paper { #(define page-breaking ly:optimal-breaking) - page-spacing-weight = #10 + page-spacing-weight = #100 % default is 10 ragged-last-bottom = ##t } \relative c' { + <>_"this page stretched horizontally" \repeat unfold 5 {a b c d} \pageBreak + <>_"this page with natural spacing" \repeat unfold 5 {a b c d} }