From: Han-Wen Nienhuys Date: Sat, 12 Feb 2005 10:45:54 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.5.14~135 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4a417e8d8b243dc36d50cd344ac5a86465e2e637;p=lilypond.git *** empty log message *** --- diff --git a/ly/chord-modifiers-init.ly b/ly/chord-modifiers-init.ly index c0713a26d2..ff0f2b0d0e 100644 --- a/ly/chord-modifiers-init.ly +++ b/ly/chord-modifiers-init.ly @@ -7,11 +7,16 @@ whiteTriangleMarkup = \markup { %% 394 capital delta %% #(ly:export (ly:wide-char->utf-8 #x0394)) + + %% need to have symbol; can't deal with TTF yet. + \override #'(font-name . "Symbol") + + %% 2206 : delta from the symbol font. + #(ly:export (ly:wide-char->utf-8 #x2206)) + %% up pointing triangle %% #(ly:export (ly:wide-char->utf-8 #x25B3)) - FIXME - %% \override #'(font-encoding . TeX-math) \char #77 }