]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-breaking-min-distance2.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / page-breaking-min-distance2.ly
index d194f68f7831c41817c13fff1ef79423492b8c50..90224e395710f2d17d4644624cfbc7c775c990e4 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.13.37"
+\version "2.14.0"
 
 \header {
   texidoc = "minimum-distance within a system is correctly accounted for in page breaking."
@@ -7,7 +7,9 @@
 \layout {
   \context {
     \Score
-    \override VerticalAxisGroup #'next-staff-spacing = #'((space . 20) (stretchability . 0))
+    \override VerticalAxisGroup #'staff-staff-spacing =
+      #'((basic-distance . 20)
+         (stretchability . 0))
   }
 }