X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmarkup-music-glyph.ly;h=9e3051c926b9f7b0b9efa83b9ee9f393c9ebe22f;hb=616820eb02249fe731df7a5dabf975a108fa2970;hp=7fddd618c4f48b7a85945c381e87becd695b34d0;hpb=bb91de5b7f8c4f753452730101c2422946067cc3;p=lilypond.git diff --git a/input/regression/markup-music-glyph.ly b/input/regression/markup-music-glyph.ly index 7fddd618c4..9e3051c926 100644 --- a/input/regression/markup-music-glyph.ly +++ b/input/regression/markup-music-glyph.ly @@ -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.12.0" +} { - 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 } }