]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-spacing-stretchability.ly
Doc-es: various updates.
[lilypond.git] / input / regression / page-spacing-stretchability.ly
index 0129c92e0c89e3fe882d374aee16db7a04ce880d..b662df5d6638673721a6a360dddb0651cc60e22a 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.13.39"
+\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 }
   >>