]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/page-breaking-outside-staff-estimation.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / page-breaking-outside-staff-estimation.ly
1 \version "2.16.0"
2
3 \header {
4   texidoc = "The height-estimation routine takes into account
5 the fact that the TextScript needs to be moved up to avoid the
6 note.  This should be spaced on two pages."
7 }
8
9 #(set-default-paper-size "a7")
10
11 \book {
12   \repeat unfold 5 { g'''1^"Text" \break}
13 }