]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/clef-warn.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / clef-warn.ly
index 425f4a4fa5885aa4051fe8e9a45e36224400539e..7814e757259ba18d288017fc9d31f0f6d483e33d 100644 (file)
@@ -1,6 +1,9 @@
-\version "2.14.0"
+\version "2.16.0"
 
 #(ly:set-option 'warning-as-error #f)
+#(ly:expect-warning (_ "unknown clef type `~a'") "foo")
+% We don't need to match the whole list of clefs, the beginning will suffice
+#(ly:expect-warning (_ "supported clefs: ~a") "C F G G2")
 
 \header {
   texidoc = "Unknown clef name warning displays available clefs"