]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-breaking-end-of-score.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / page-breaking-end-of-score.ly
diff --git a/input/regression/page-breaking-end-of-score.ly b/input/regression/page-breaking-end-of-score.ly
new file mode 100644 (file)
index 0000000..ce08dc1
--- /dev/null
@@ -0,0 +1,19 @@
+\version "2.16.0"
+
+\header {
+  texidoc = "Page breaks are allowed by default at the end of the score,
+but the user can override them.  There should be one line on the first
+page and two (colliding) lines on the second page."
+}
+
+\paper {
+  paper-height = 4\cm
+}
+
+\book {
+{ c'4 }
+
+{ c'4 } \noPageBreak
+
+{ c'4 }
+}