X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmarkup-music-glyph.ly;h=f71688487f0ce97b7aa2647ff585c1c32e399da1;hb=dc1a521014b7842886b32bf86e996ac2bb80f469;hp=7fddd618c4f48b7a85945c381e87becd695b34d0;hpb=eeec992b7029d0982bf4ed0eb3995e9ca99c10e9;p=lilypond.git diff --git a/input/regression/markup-music-glyph.ly b/input/regression/markup-music-glyph.ly index 7fddd618c4..f71688487f 100644 --- a/input/regression/markup-music-glyph.ly +++ b/input/regression/markup-music-glyph.ly @@ -1,17 +1,19 @@ -\header { +\version "2.12.0" - texidoc = "Reset fontname for musicglyph. For unknown glyphs, we print a warning." +#(ly:set-option 'warning-as-error #f) -} +\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 . "Sans") { + c'est un B \flat \musicglyph #"UNKNOWN-GLYPH" + } + % to get \flat, do: + % \normal-text \flat } }