X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpaper-twosided.ly;fp=input%2Fregression%2Fpaper-twosided.ly;h=b8d893177a28845294f2d53c23d9a19dce50dd6d;hb=941dff9d2a67080e0dd8474f1e70f0c72ace6424;hp=0000000000000000000000000000000000000000;hpb=5a22d6233a39d3164e1ca043244794c268be4ad0;p=lilypond.git diff --git a/input/regression/paper-twosided.ly b/input/regression/paper-twosided.ly new file mode 100644 index 0000000000..b8d893177a --- /dev/null +++ b/input/regression/paper-twosided.ly @@ -0,0 +1,19 @@ +\version "2.14.0" + +\header { + texidoc = "Two-sided mode allows you to use different margins for +odd and even pages." +} + +someNotes = \relative c' { \repeat unfold 200 { c4 d e f } } + +\paper { + two-sided = ##t + inner-margin = 10 \mm + outer-margin = 20 \mm +} + +\book { + \score { \someNotes } +} +