]> 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 57f9d592309f7bf7aaa5420c63e55a56e16cef6b..2e148b303ab3d67839fb9d497020a734b7e3d42c 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.13.42"
+\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 =
-      #'((basic-distance . 20)
-         (stretchability . 0))
+    \override VerticalAxisGroup.staff-staff-spacing =
+      #'((minimum-distance . 20))
   }
 }