]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/paper-margins-right-margin.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / paper-margins-right-margin.ly
1 \version "2.14.0"
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   #(set-paper-size (ly:get-option 'paper-size))
11   right-margin = 40 \mm
12 }
13
14 \book {
15   \score { \someNotes }
16 }