]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/invalid-engraver.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / invalid-engraver.ly
index 347c76471f576662e2a87d77b14f26c10722bd3e..b83befbae28ec1e8817e6179a65310ab99cde05d 100644 (file)
@@ -1,6 +1,8 @@
-\version "2.14.0"
+\version "2.16.0"
 
 #(ly:set-option 'warning-as-error #f)
+#(ly:expect-warning (ly:translate-cpp-warning-scheme "unknown translator: `%s'") "Rhythmic_column_engraver_foo")
+#(ly:expect-warning (ly:translate-cpp-warning-scheme "cannot find: `%s'") "Rhythmic_column_engraver_foo")
 
 \header {
   texidoc = "Engravers which do not exist produce a warning."