]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/clef-warn.ly
Issue 1388: Initial work to support opentype font features.
[lilypond.git] / input / regression / clef-warn.ly
index 30f7bc618c7a7b26e826c7ecaad86b28f1f066d2..7814e757259ba18d288017fc9d31f0f6d483e33d 100644 (file)
@@ -1,6 +1,9 @@
-\version "2.12.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"