]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/optimal-page-breaking-hstretch.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / optimal-page-breaking-hstretch.ly
index 64eef4e6d199cbccc2b418f5147edbcab0b493e3..3205a976d5b65de086ede256f97b1904a102c311 100644 (file)
@@ -1,21 +1,23 @@
-\version "2.9.13"
+\version "2.12.0"
 
 \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}
 }