From 624020cbda2a33e514ee7694205baf83b4069b03 Mon Sep 17 00:00:00 2001 From: Joe Neeman Date: Tue, 28 Sep 2010 16:07:56 -0700 Subject: [PATCH] Add a regression test for outside-staff estimation. --- .../page-breaking-outside-staff-estimation.ly | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 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 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} +} -- 2.39.2