]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-spacing-stretchability.ly
vert. spacing: Convert affected regtests, clean up.
[lilypond.git] / input / regression / page-spacing-stretchability.ly
index 563a12b426c50ca456a87389da8bfd0f9d45284f..0129c92e0c89e3fe882d374aee16db7a04ce880d 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.13.2"
+\version "2.13.39"
 
 #(set-default-paper-size "a6")
 
@@ -11,9 +11,11 @@ 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
+}