]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-spacing-bottom-spring.ly
resolve merge
[lilypond.git] / input / regression / page-spacing-bottom-spring.ly
diff --git a/input/regression/page-spacing-bottom-spring.ly b/input/regression/page-spacing-bottom-spring.ly
new file mode 100644 (file)
index 0000000..dc29d10
--- /dev/null
@@ -0,0 +1,20 @@
+\version "2.14.0"
+#(set-default-paper-size "a6")
+
+\book {
+  \header {
+    texidoc = "The spring at the bottom of a page is fairly flexible (much more so
+than the one at the top), so it does not drag the staff to the bottom of the
+page.  However, it is sufficiently stiff to cause stretching."
+  }
+
+  \paper {
+    ragged-last-bottom = ##f
+  }
+
+  \new StaffGroup
+  <<
+    \new Staff c'1
+    \new Staff c'1
+  >>
+}
\ No newline at end of file