]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-spacing-stretchability.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / page-spacing-stretchability.ly
index 3fec3cf67b666734747600d4cb53634056a09a4b..b662df5d6638673721a6a360dddb0651cc60e22a 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.6"
 
 #(set-default-paper-size "a6")
 
@@ -13,8 +13,7 @@ between staves."
   <<
     \new Staff { c'1 \pageBreak c'1 }
     \new Staff \with {
-      \override VerticalAxisGroup
-        #'default-staff-staff-spacing #'stretchability = #50
+      \override VerticalAxisGroup.default-staff-staff-spacing.stretchability = #50
     } { c'1 c'1 }
     \new Staff { c'1 c'1 }
   >>