From: Joe Neeman Date: Tue, 28 Sep 2010 23:07:56 +0000 (-0700) Subject: Add a regression test for outside-staff estimation. X-Git-Tag: release/2.13.35-1~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=624020cbda2a33e514ee7694205baf83b4069b03;p=lilypond.git Add a regression test for outside-staff estimation. --- diff --git a/input/regression/page-breaking-outside-staff-estimation.ly b/input/regression/page-breaking-outside-staff-estimation.ly new file mode 100644 index 0000000000..b955da3855 --- /dev/null +++ b/input/regression/page-breaking-outside-staff-estimation.ly @@ -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} +}