]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-breaking-outside-staff-estimation2.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / page-breaking-outside-staff-estimation2.ly
diff --git a/input/regression/page-breaking-outside-staff-estimation2.ly b/input/regression/page-breaking-outside-staff-estimation2.ly
new file mode 100644 (file)
index 0000000..9def181
--- /dev/null
@@ -0,0 +1,12 @@
+\version "2.14.0"
+
+\header {
+  texidoc = "The height-estimation routine doesn't get confused
+by multiple outside-staff grobs in the same measure."
+}
+
+#(set-default-paper-size "a7")
+
+\book {
+  \repeat unfold 4 { \repeat unfold 4 {g'''4^"Text"} \break}
+}