]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/paper-twosided.ly
b8d893177a28845294f2d53c23d9a19dce50dd6d
[lilypond.git] / input / regression / paper-twosided.ly
1 \version "2.14.0"
2
3 \header {
4   texidoc = "Two-sided mode allows you to use different margins for
5 odd and even pages."
6 }
7
8 someNotes = \relative c' { \repeat unfold 200 { c4 d e f } }
9
10 \paper {
11   two-sided = ##t
12   inner-margin = 10 \mm
13   outer-margin = 20 \mm
14 }
15
16 \book {
17   \score { \someNotes }
18 }
19