]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/ragged-right-disabled.ly
Add regression tests for Graham's new feature.
[lilypond.git] / input / regression / ragged-right-disabled.ly
diff --git a/input/regression/ragged-right-disabled.ly b/input/regression/ragged-right-disabled.ly
new file mode 100644 (file)
index 0000000..3ceb5d4
--- /dev/null
@@ -0,0 +1,12 @@
+\version "2.11.44"
+
+\header {
+  texidoc = "When ragged-right is specifically disabled, a score with only one
+line will not be printed as ragged."
+}
+
+\paper {
+  ragged-right = ##f
+}
+
+{ a b c d }
\ No newline at end of file