]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-music-glyph.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / markup-music-glyph.ly
index 3afe426c854b61a26d3e9201091229dff895db54..9e3051c926b9f7b0b9efa83b9ee9f393c9ebe22f 100644 (file)
@@ -1,17 +1,20 @@
-\header {
+\version "2.16.0"
 
-  texidoc = "Reset fontname for musicglyph. For unknown glyphs, we print a warning."
+#(ly:set-option 'warning-as-error #f)
+#(ly:expect-warning (_ "Cannot find glyph ~a") "UNKNOWN-GLYPH")
 
-}
+\header {
+  texidoc = "Reset fontname for musicglyph.
+For unknown glyphs, we print a warning."
 
-\version "2.11.47"
+}
 
 {
-  c'^\markup
-  {
-    \override #'(font-name . "Sans")
-    { c'est un B \flat \musicglyph #"UNKNOWN-GLYPH" }
-                               % to get \flat, do:
-                               %  \normal-text \flat
+  c'^\markup {
+    \override #'(font-name . "LilyPond Sans Serif") {
+      c'est un B \flat \musicglyph #"UNKNOWN-GLYPH"
+    }
+    % to get \flat, do:
+    %  \normal-text \flat
   }
 }