]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/paper-twosided.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / paper-twosided.ly
1 \version "2.16.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