X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpage-breaking-outside-staff-estimation2.ly;fp=input%2Fregression%2Fpage-breaking-outside-staff-estimation2.ly;h=9def181f80095fae1a957d08a195a2ed1075dabd;hb=e90f0536f9be39ada0bef0aeb0d275dec3b2fb5b;hp=0000000000000000000000000000000000000000;hpb=a8c9e8a7ca320ab0df5fd32e717fd62cd7635ce6;p=lilypond.git diff --git a/input/regression/page-breaking-outside-staff-estimation2.ly b/input/regression/page-breaking-outside-staff-estimation2.ly new file mode 100644 index 0000000000..9def181f80 --- /dev/null +++ b/input/regression/page-breaking-outside-staff-estimation2.ly @@ -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} +}