]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/paper-twosided-bcorr.ly
resolve merge
[lilypond.git] / input / regression / paper-twosided-bcorr.ly
diff --git a/input/regression/paper-twosided-bcorr.ly b/input/regression/paper-twosided-bcorr.ly
new file mode 100644 (file)
index 0000000..34ea6c0
--- /dev/null
@@ -0,0 +1,20 @@
+\version "2.14.0"
+
+\header {
+  texidoc = "In two-sided mode, a binding offset can be specified, which is added
+to the inner margin automatically."
+}
+
+someNotes = \relative c' { \repeat unfold 200 { c4 d e f } }
+
+\paper {
+  two-sided = ##t
+  inner-margin = 10 \mm
+  outer-margin = 20 \mm
+  binding-offset = 5 \mm
+}
+
+\book {
+  \score { \someNotes }
+}
+