]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/page-breaking-outside-staff-estimation2.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / page-breaking-outside-staff-estimation2.ly
1 \version "2.14.0"
2
3 \header {
4   texidoc = "The height-estimation routine doesn't get confused
5 by multiple outside-staff grobs in the same measure."
6 }
7
8 #(set-default-paper-size "a7")
9
10 \book {
11   \repeat unfold 4 { \repeat unfold 4 {g'''4^"Text"} \break}
12 }