From 4a417e8d8b243dc36d50cd344ac5a86465e2e637 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sat, 12 Feb 2005 10:45:54 +0000 Subject: [PATCH] *** empty log message *** --- ly/chord-modifiers-init.ly | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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 } -- 2.39.5