MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / paper-margins-no-checks.ly
blob5f3e7833eb1e3f00662bfd388cc19b3a133c4a39
1 \version "2.13.5"
3 \header {
4 texidoc = "All checks can be avoided by setting check-consistency to ##f in \paper."
7 someNotes = \relative c' { \repeat unfold 40 { c4 d e f } }
9 \paper {
10 left-margin = 20 \mm
11 right-margin = 40 \mm
12 line-width = 200 \mm
13 check-consistency = ##f
16 \book {
17 \score { \someNotes }