]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-spacing-system-count.ly
resolve merge
[lilypond.git] / input / regression / page-spacing-system-count.ly
diff --git a/input/regression/page-spacing-system-count.ly b/input/regression/page-spacing-system-count.ly
new file mode 100644 (file)
index 0000000..9e39d6a
--- /dev/null
@@ -0,0 +1,22 @@
+\version "2.14.0"
+
+\header {
+  texidoc = "Page layout and stretching work with system-count enabled."
+}
+
+#(set-default-paper-size "a6")
+
+\paper {
+  system-count = 2
+  ragged-last-bottom = ##f
+}
+
+\book {
+  \score {
+    <<
+      \relative c'' { \repeat unfold 10 c1 }
+      \relative c'' { \repeat unfold 10 c1 }
+      \relative c'' { \repeat unfold 10 c1 }
+    >>
+  }
+}