]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/clef-warn.ly
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into...
[lilypond.git] / input / regression / clef-warn.ly
index 5f3b410e9d131896f8dab68d12cdcffa4f424539..30f7bc618c7a7b26e826c7ecaad86b28f1f066d2 100644 (file)
@@ -1,10 +1,12 @@
+\version "2.12.0"
+
+#(ly:set-option 'warning-as-error #f)
+
 \header {
   texidoc = "Unknown clef name warning displays available clefs"
-  }
+}
 
-
-\version "2.12.0"
 {
   \clef "foo"
   c4
-  }
+}