]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/page-breaking-end-of-score.ly
Fix 1286.
[lilypond.git] / input / regression / page-breaking-end-of-score.ly
1 \version "2.14.1"
2
3 \header {
4   texidoc = "Page breaks are allowed by default at the end of the score,
5 but the user can override them.  There should be one line on the first
6 page and two (colliding) lines on the second page."
7 }
8
9 \paper {
10   paper-height = 4\cm
11 }
12
13 \book {
14 { c'4 }
15
16 { c'4 } \noPageBreak
17
18 { c'4 }
19 }