]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-spacing-stretchability.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / page-spacing-stretchability.ly
diff --git a/input/regression/page-spacing-stretchability.ly b/input/regression/page-spacing-stretchability.ly
new file mode 100644 (file)
index 0000000..aa84d35
--- /dev/null
@@ -0,0 +1,21 @@
+\version "2.14.0"
+
+#(set-default-paper-size "a6")
+
+\book {
+
+  \header {
+    texidoc = "The stretchability property affects the amount that staves will
+move under extreme stretching, but it does not affect the default distance
+between staves."
+  }
+
+  <<
+    \new Staff { c'1 \pageBreak c'1 }
+    \new Staff \with {
+      \override VerticalAxisGroup
+        #'default-staff-staff-spacing #'stretchability = #50
+    } { c'1 c'1 }
+    \new Staff { c'1 c'1 }
+  >>
+}