1\version "2.19.21"
2
3\header {
4  texidoc = "If only line-width is given, systems are horizontally centered."
5}
6
7someNotes = \relative { \repeat unfold 40 { c'4 d e f } }
8
9\paper {
10  line-width = 100 \mm
11}
12
13\book {
14  \score { \someNotes }
15}
16