]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/page-breaking-outside-staff-estimation2.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / page-breaking-outside-staff-estimation2.ly
1 \version "2.16.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 }