From: Han-Wen Nienhuys Date: Mon, 28 Mar 2005 00:05:42 +0000 (+0000) Subject: (whiteTriangleMarkup): use the greek X-Git-Tag: release/2.5.17~28 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0765bc3627f7f9de37595193b62ea8c0990a91ac;p=lilypond.git (whiteTriangleMarkup): use the greek Delta, not the Symbol one. --- diff --git a/ChangeLog b/ChangeLog index 32dd9a914e..e746ecb5f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-03-28 Han-Wen Nienhuys + * 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 8462c887da..aee74208a9 100644 --- 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= diff --git a/ly/chord-modifiers-init.ly b/ly/chord-modifiers-init.ly index fa98787cca..858eba1e61 100644 --- a/ly/chord-modifiers-init.ly +++ b/ly/chord-modifiers-init.ly @@ -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)) diff --git a/ly/spanners-init.ly b/ly/spanners-init.ly index 4208aaddc3..9f18169c71 100644 --- a/ly/spanners-init.ly +++ b/ly/spanners-init.ly @@ -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