]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add a regression test for outside-staff estimation.
authorJoe Neeman <joeneeman@gmail.com>
Tue, 28 Sep 2010 23:07:56 +0000 (16:07 -0700)
committerJoe Neeman <joeneeman@gmail.com>
Tue, 28 Sep 2010 23:22:55 +0000 (16:22 -0700)
input/regression/page-breaking-outside-staff-estimation.ly [new file with mode: 0644]

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..b955da3
--- /dev/null
@@ -0,0 +1,13 @@
+\version "2.13.35"
+
+\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}
+}