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=941dff9d2a67080e0dd8474f1e70f0c72ace6424;hp=0000000000000000000000000000000000000000;hpb=5a22d6233a39d3164e1ca043244794c268be4ad0;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} +}