]> git.donarmstrong.com Git - lilypond.git/commitdiff
(whiteTriangleMarkup): use the greek
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 28 Mar 2005 00:05:42 +0000 (00:05 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 28 Mar 2005 00:05:42 +0000 (00:05 +0000)
Delta, not the Symbol one.

ChangeLog
VERSION
ly/chord-modifiers-init.ly
ly/spanners-init.ly

index 32dd9a914ebe8dd4934933cf8e2c38c2e1955847..e746ecb5f6e46bfa793083cd083de7635d792d24 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
+       Delta, not the Symbol one. 
+
        * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
        for the .map file.
 
diff --git a/VERSION b/VERSION
index 8462c887da9207d73bb25e9a3d8974610b372e6b..aee74208a9ed0408e408ad166e765756255da7cf 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1,6 +1,6 @@
 PACKAGE_NAME=LilyPond
 MAJOR_VERSION=2
 MINOR_VERSION=5
-PATCH_LEVEL=16
+PATCH_LEVEL=17
 MY_PATCH_LEVEL=
 
index fa98787cca6822d7f9446938ff1d163bf87747bc..858eba1e61baa56e9142f4acf0c703fe9e294204 100644 (file)
@@ -5,14 +5,14 @@ chordmodifiers = #default-chord-modifier-list
 
 whiteTriangleMarkup = \markup {
   %%  394 capital delta
-  %% #(ly:export (ly:wide-char->utf-8 #x0394))
+  #(ly:export (ly:wide-char->utf-8 #x0394))
 
 
   %% need to have symbol; can't deal with TTF yet.
-  \override #'(font-name . "Symbol")
+  %\override #'(font-name . "Symbol")
 
   %% 2206 : delta from the symbol font.
-     #(ly:export (ly:wide-char->utf-8 #x2206))
+  %   #(ly:export (ly:wide-char->utf-8 #x2206))
   
   %% up pointing triangle
   % #(ly:export (ly:wide-char->utf-8 #x25B3))
index 4208aaddc349b4d7de23497d2cad25d2973059f2..9f18169c71761a2ab6c57e6371ed670ebe9c7c1e 100644 (file)
@@ -53,10 +53,12 @@ setTextCresc = {
     \set crescendoText = \markup { \italic "cresc." }
     \set crescendoSpanner = #'dashed-line
 }
+
 setTextDecresc = {
     \set decrescendoText = \markup { \italic "decr." }
     \set decrescendoSpanner = #'dashed-line
 }
+
 setTextDim = {
     \set decrescendoText = \markup { \italic "dim." }
     \set decrescendoSpanner = #'dashed-line