]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 12 Feb 2005 10:45:54 +0000 (10:45 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 12 Feb 2005 10:45:54 +0000 (10:45 +0000)
ly/chord-modifiers-init.ly

index c0713a26d28750f0d46c3b2564ee50fe751214a0..ff0f2b0d0ef9d45b98cf17ee9cf9274dee552baf 100644 (file)
@@ -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
 
 }