]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-spacing-system-count-overfull.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / page-spacing-system-count-overfull.ly
diff --git a/input/regression/page-spacing-system-count-overfull.ly b/input/regression/page-spacing-system-count-overfull.ly
new file mode 100644 (file)
index 0000000..e922036
--- /dev/null
@@ -0,0 +1,14 @@
+\version "2.14.0"
+
+\header {
+  texidoc = "Page breaking doesn't crash when the line-breaking
+is invalid."
+}
+
+\book {
+  \paper {
+    system-count = #1
+  }
+
+  \repeat unfold 20 { c d e f }
+}