]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/paper-margins-line-width.ly
Merge branch 'stable/2.16' into staging
[lilypond.git] / input / regression / paper-margins-line-width.ly
1 \version "2.16.0"
2
3 \header {
4   texidoc = "If only line-width is given, systems are horizontally centered."
5 }
6
7 someNotes = \relative c' { \repeat unfold 40 { c4 d e f } }
8
9 \paper {
10   line-width = 100 \mm
11 }
12
13 \book {
14   \score { \someNotes }
15 }