]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/optimal-page-breaking-hstretch.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / optimal-page-breaking-hstretch.ly
index 973e1f580df7e4f4352e5c988873446fadb13b1c..c37be4fd249f9230fb642bdd3b21f54f055223a6 100644 (file)
@@ -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}
 }