1\version "2.16.0"
2
3#(set-default-paper-size "a6")
4
5\book {
6
7  \header {
8    texidoc = "top-system-spacing controls the spacing to the first
9non-title staff on every page."
10    title = "Title"
11  }
12
13  \paper {
14    top-system-spacing = #'((minimum-distance . 30))
15    ragged-bottom = ##t
16  }
17
18  { c'1 \pageBreak c'1 }
19}
20