]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/paper-twosided.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / paper-twosided.ly
1 \version "2.19.21"
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 { \repeat unfold 200 { c'4 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