MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / paper-twosided-bcorr.ly
blob98d0cf4988b8c467060e22b9e088594edc3301a0
1 \version "2.13.8"
3 \header {
4 texidoc = "In two-sided mode, a binding offset can be specified, which is added
5 to the inner margin automatically."
8 someNotes = \relative c' { \repeat unfold 200 { c4 d e f } }
10 \paper {
11 two-sided = ##t
12 inner-margin = 10 \mm
13 outer-margin = 20 \mm
14 binding-offset = 5 \mm
17 \book {
18 \score { \someNotes }