[gsharp-cvs] CVS update: gsharp/Fonts/ties.mf gsharp/Fonts/Makefile gsharp/Fonts/charmap.mf gsharp/Fonts/sdl.mf
Robert Strandh
rstrandh at common-lisp.net
Thu Mar 25 06:48:57 UTC 2004
Update of /project/gsharp/cvsroot/gsharp/Fonts
In directory common-lisp.net:/tmp/cvs-serv21198
Modified Files:
Makefile charmap.mf sdl.mf
Added Files:
ties.mf
Log Message:
New glyphs for ties, small version. More being worked on.
Date: Thu Mar 25 01:48:56 2004
Author: rstrandh
Index: gsharp/Fonts/Makefile
diff -u gsharp/Fonts/Makefile:1.1.1.1 gsharp/Fonts/Makefile:1.2
--- gsharp/Fonts/Makefile:1.1.1.1 Mon Feb 16 10:46:31 2004
+++ gsharp/Fonts/Makefile Thu Mar 25 01:48:56 2004
@@ -2,7 +2,7 @@
f_clef.mf c_clef.mf accents.mf dot.mf accidentals.mf sharp.mf\
double-sharp.mf double-flat.mf flat.mf natural.mf flags.mf\
rests.mf whole_rest.mf half_rest.mf quarter_rest.mf\
- eighth_rest.mf beams.mf
+ eighth_rest.mf ties.mf
all: sdl6.gf sdl8.gf sdl10.gf sdl12.gf
Index: gsharp/Fonts/charmap.mf
diff -u gsharp/Fonts/charmap.mf:1.1.1.1 gsharp/Fonts/charmap.mf:1.2
--- gsharp/Fonts/charmap.mf:1.1.1.1 Mon Feb 16 10:46:32 2004
+++ gsharp/Fonts/charmap.mf Thu Mar 25 01:48:56 2004
@@ -85,3 +85,22 @@
global_variable(numeric)(flags_up_four_light)(127)
global_variable(numeric)(flags_up_five)(128)
global_variable(numeric)(flags_up_five_light)(129)
+
+global_variable(numeric)(small_tie_one_up)(130)
+global_variable(numeric)(small_tie_two_up)(132)
+global_variable(numeric)(small_tie_three_up)(134)
+global_variable(numeric)(small_tie_four_up)(136)
+global_variable(numeric)(small_tie_five_up)(138)
+global_variable(numeric)(small_tie_six_up)(140)
+global_variable(numeric)(small_tie_seven_up)(142)
+global_variable(numeric)(small_tie_eight_up)(144)
+
+global_variable(numeric)(small_tie_one_down)(146)
+global_variable(numeric)(small_tie_two_down)(148)
+global_variable(numeric)(small_tie_three_down)(150)
+global_variable(numeric)(small_tie_four_down)(152)
+global_variable(numeric)(small_tie_five_down)(154)
+global_variable(numeric)(small_tie_six_down)(156)
+global_variable(numeric)(small_tie_seven_down)(158)
+global_variable(numeric)(small_tie_eight_down)(160)
+
Index: gsharp/Fonts/sdl.mf
diff -u gsharp/Fonts/sdl.mf:1.1.1.1 gsharp/Fonts/sdl.mf:1.2
--- gsharp/Fonts/sdl.mf:1.1.1.1 Mon Feb 16 10:46:35 2004
+++ gsharp/Fonts/sdl.mf Thu Mar 25 01:48:56 2004
@@ -143,10 +143,11 @@
endfor;
enddef;
-input noteheads;
-input accidentals;
+input noteheads
+input accidentals
input rests
-input clefs;
+input clefs
input accents
input flags
+input ties
bye
More information about the Gsharp-cvs
mailing list