]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/paper-margins-line-width.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / paper-margins-line-width.ly
diff --git a/input/regression/paper-margins-line-width.ly b/input/regression/paper-margins-line-width.ly
new file mode 100644 (file)
index 0000000..f7bf047
--- /dev/null
@@ -0,0 +1,15 @@
+\version "2.14.0"
+
+\header {
+  texidoc = "If only line-width is given, systems are horizontally centered."
+}
+
+someNotes = \relative c' { \repeat unfold 40 { c4 d e f } }
+
+\paper {
+  line-width = 100 \mm
+}
+
+\book {
+  \score { \someNotes }
+}