]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/paper-margins-left-margin.ly
Add a regression test for markup spacing.
[lilypond.git] / input / regression / paper-margins-left-margin.ly
1 \version "2.13.5"
2
3 \header {
4   texidoc = "Here only left-margin is given, right-margin will remain default."
5 }
6
7 someNotes = \relative c' { \repeat unfold 40 { c4 d e f } }
8
9 \paper {
10   left-margin = 40 \mm
11 }
12
13 \score { \someNotes }