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