]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-breaking-min-distance2.ly
Doc: CSS: A better brown for the usage manual
[lilypond.git] / input / regression / page-breaking-min-distance2.ly
index 4634fbe2b86880fbdc088c0fbd7f667b87cdd841..2e148b303ab3d67839fb9d497020a734b7e3d42c 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.13.39"
+\version "2.17.6"
 
 \header {
   texidoc = "minimum-distance within a system is correctly accounted for in page breaking."
@@ -7,9 +7,8 @@
 \layout {
   \context {
     \Score
-    \override VerticalAxisGroup #'staff-staff-spacing =
-      #'((space . 20)
-         (stretchability . 0))
+    \override VerticalAxisGroup.staff-staff-spacing =
+      #'((minimum-distance . 20))
   }
 }