]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-breaking-outside-staff-estimation.ly
resolve merge
[lilypond.git] / input / regression / page-breaking-outside-staff-estimation.ly
diff --git a/input/regression/page-breaking-outside-staff-estimation.ly b/input/regression/page-breaking-outside-staff-estimation.ly
new file mode 100644 (file)
index 0000000..b16c124
--- /dev/null
@@ -0,0 +1,13 @@
+\version "2.14.0"
+
+\header {
+  texidoc = "The height-estimation routine takes into account
+the fact that the TextScript needs to be moved up to avoid the
+note.  This should be spaced on two pages."
+}
+
+#(set-default-paper-size "a7")
+
+\book {
+  \repeat unfold 5 { g'''1^"Text" \break}
+}