]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/optimal-page-breaking-hstretch.ly
Merge branch 'lilypond/translation' of ssh://trettig@git.sv.gnu.org/srv/git/lilypond...
[lilypond.git] / input / regression / optimal-page-breaking-hstretch.ly
index 64eef4e6d199cbccc2b418f5147edbcab0b493e3..1ffdb31aee43427ccb65397679d51e51bb02c253 100644 (file)
@@ -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}
 }