]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/paper-margins-no-checks.ly
Introduce new handling for paper margin settings.
[lilypond.git] / input / regression / paper-margins-no-checks.ly
1 \version "2.13.4"
2
3 \header {
4   texidoc = "All checks can be avoided by setting check-consistency to ##f in \paper."
5 }
6
7 someNotes = \relative c' { \repeat unfold 40 { c4 d e f }}
8
9 \paper {
10   left-margin = 20 \mm
11   right-margin = 40 \mm
12   line-width = 200 \mm
13   check-consistency = ##f
14 }
15
16 \score { \someNotes }
17
18