1\version "2.16.0"
2
3\header {
4  texidoc = "Page breaks are allowed by default at the end of the score,
5but the user can override them.  There should be one line on the first
6page 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}
20