X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Foptimal-page-breaking-hstretch.ly;h=1ffdb31aee43427ccb65397679d51e51bb02c253;hb=20b8c1519bbba8728457aa98e59993837bedfb04;hp=64eef4e6d199cbccc2b418f5147edbcab0b493e3;hpb=6224c5c3bfe0a4c7aef15a060a323c77c99bd3f0;p=lilypond.git diff --git a/input/regression/optimal-page-breaking-hstretch.ly b/input/regression/optimal-page-breaking-hstretch.ly index 64eef4e6d1..1ffdb31aee 100644 --- a/input/regression/optimal-page-breaking-hstretch.ly +++ b/input/regression/optimal-page-breaking-hstretch.ly @@ -1,21 +1,23 @@ -\version "2.9.13" +\version "2.11.51" \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. +spacing. Because ragged-last-bottom is on, only the +first page should be horizontally stretched. " } \paper { #(define page-breaking ly:optimal-breaking) page-spacing-weight = #10 - ragged-last-bottom = ##f + ragged-last-bottom = ##t } \relative c' { + \repeat unfold 5 {a b c d} \pageBreak \repeat unfold 5 {a b c d} }