]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/markup-music-glyph.ly
f71688487f0ce97b7aa2647ff585c1c32e399da1
[lilypond.git] / input / regression / markup-music-glyph.ly
1 \version "2.12.0"
2
3 #(ly:set-option 'warning-as-error #f)
4
5 \header {
6   texidoc = "Reset fontname for musicglyph.
7 For unknown glyphs, we print a warning."
8
9 }
10
11 {
12   c'^\markup {
13     \override #'(font-name . "Sans") {
14       c'est un B \flat \musicglyph #"UNKNOWN-GLYPH"
15     }
16     % to get \flat, do:
17     %  \normal-text \flat
18   }
19 }