]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add regression test
authorJoe Neeman <joeneeman@gmail.com>
Mon, 19 Feb 2007 11:18:18 +0000 (22:18 +1100)
committerJoe Neeman <joeneeman@gmail.com>
Mon, 19 Feb 2007 11:18:18 +0000 (22:18 +1100)
input/regression/page-break-between-scores.ly [new file with mode: 0644]

diff --git a/input/regression/page-break-between-scores.ly b/input/regression/page-break-between-scores.ly
new file mode 100644 (file)
index 0000000..b295aff
--- /dev/null
@@ -0,0 +1,15 @@
+\version "2.11.19"
+
+\header {
+  texidoc = "Page breaks work when they are placed at the end of a score."
+}
+
+#(set-default-paper-size "a6")
+\book {
+  \score {
+    {a b c' d' \pageBreak}
+  }
+  \score {
+    {a b c' d'}
+  }
+}
\ No newline at end of file