MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / paper-margins-line-width.ly
blob87a74a866adb7bfbb30eaedff4ea6cd924c64b2b
1 \version "2.13.5"
3 \header {
4 texidoc = "If only line-width is given, systems are horizontally centered."
7 someNotes = \relative c' { \repeat unfold 40 { c4 d e f } }
9 \paper {
10 line-width = 100 \mm
13 \book {
14 \score { \someNotes }