Prevent segfault with arpeggio + no staff-symbol.
[lilypond/mpolesky.git] / input / regression / page-breaking-good-estimation.ly
blob4b4b3c43664289741b65dada276ff3ed715acc15
1 \version "2.13.4"
3 \header {
4 texidoc = "The page breaking algorithm can handle clefs combined
5 with lyrics. That is, the Y-extent approximations are a little more
6 accurate than just using bounding boxes. In particular, everything
7 should fit on one page here."
10 #(set-default-paper-size "a6")
12 Melody = \relative c' {
13 c2 c | c c | c c | \break
14 c2 c | c c | c c
16 Words = \lyricmode{
17 bla bla bla bla bla bla
18 bla bla bla bla bla bla
20 \book {
21 \score {
23 \new Staff{\Melody}
24 \addlyrics{\Words}
25 \new Staff{\Melody}
26 \addlyrics{\Words}
27 \new Staff{\Melody}
28 \addlyrics{\Words}
29 \new Staff{\Melody}
30 \addlyrics{\Words}