]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/paper-twosided-bcorr.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / paper-twosided-bcorr.ly
1 \version "2.19.21"
2
3 \header {
4   texidoc = "In two-sided mode, a binding offset can be specified, which is added
5 to the inner margin automatically."
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   binding-offset = 5 \mm
15 }
16
17 \book {
18   \score { \someNotes }
19 }
20