]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/invalid-engraver.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / invalid-engraver.ly
diff --git a/input/regression/invalid-engraver.ly b/input/regression/invalid-engraver.ly
new file mode 100644 (file)
index 0000000..347c764
--- /dev/null
@@ -0,0 +1,16 @@
+\version "2.14.0"
+
+#(ly:set-option 'warning-as-error #f)
+
+\header {
+  texidoc = "Engravers which do not exist produce a warning."
+}
+
+\layout {
+  \context {
+    \Voice
+    \consists "Rhythmic_column_engraver_foo"
+  }
+}
+
+{ a4 }