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