]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-spacing-stretchability.ly
Run scripts/auxiliar/makelsr.py
[lilypond.git] / input / regression / page-spacing-stretchability.ly
index 563a12b426c50ca456a87389da8bfd0f9d45284f..b662df5d6638673721a6a360dddb0651cc60e22a 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.13.2"
+\version "2.17.6"
 
 #(set-default-paper-size "a6")
 
@@ -11,9 +11,10 @@ between staves."
   }
 
   <<
-    \new Staff {c'1 \pageBreak c'1}
-    \new Staff \with { \override VerticalAxisGroup #'default-next-staff-spacing #'stretchability = #50 } {c'1 c'1}
-    
-    \new Staff {c'1 c'1}
+    \new Staff { c'1 \pageBreak c'1 }
+    \new Staff \with {
+      \override VerticalAxisGroup.default-staff-staff-spacing.stretchability = #50
+    } { c'1 c'1 }
+    \new Staff { c'1 c'1 }
   >>
-}
\ No newline at end of file
+}