MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / paper-margins-overrun.ly
blob1492de93c61cddc6a07538a1e18e247a4d445f28
1 \version "2.13.5"
3 #(ly:set-option 'warning-as-error #f)
5 \header {
6 texidoc = "Normally, margin settings must not cause systems to run off the page."
9 #(set-default-paper-size "a4")
11 someNotes = \relative c' { \repeat unfold 40 { c4 d e f } }
13 \paper {
14 left-margin = 20 \mm
15 line-width = 200 \mm
18 \book {
19 \score { \someNotes }