* mf/feta-braces-a.mf: rename to stress that it's not design size.
+2004-04-04 Han-Wen Nienhuys <hanwen@xs4all.nl>
+
+ * mf/feta-beugel.mf: set design to 10 (constant).
+
+ * mf/feta-braces-a.mf: rename to stress that it's not design size.
+
2004-04-04 Werner Lemberg <wl@gnu.org>
* Documentation/user/tutorial.itely: Revised (continued).
# We don't use $(MF_FILES), because there's more .mf cruft here
FETA_MF_FILES = $(wildcard feta[0-9]*.mf)\
- $(wildcard feta-braces*[0-9].mf)\
+ $(wildcard feta-braces-[a-z].mf)\
$(wildcard feta-din*[0-9].mf)\
$(wildcard feta-nummer*[0-9].mf)\
$(wildcard parmesan[0-9]*.mf)
input feta-autometric;
input feta-macros;
-staffsize# := 20 pt#; %% arbitrary.
+staffsize# := 20 pt#; %% arbitrary.
input feta-params;
font_coding_scheme "feta braces";
+
+def abc_encode_int (expr i) =
+ if i > 0:
+ abc_encode_int(i div 26)&char(65 + i mod 26)
+ else:
+ "A"
+ fi
+enddef ;
+
% we set the designsize arbitrarily at 10
-% if the * 10 is left out, pktrace gets confused over the proper magnification,
-% and makes it too large.
-fet_beginfont("feta-braces", font_count * 10);
+
+design_size := 10;
+
+fet_beginfont("feta-braces-" &char(97 + font_count), design_size);
mode_setup;
code := -1;
-def abc_encode_int (expr i) =
- if i > 0:
- abc_encode_int(i div 26)&char(65 + i mod 26)
- else:
- "A"
- fi
-enddef ;
-
def draw_brace (expr height_sharp, width_sharp, slt_sharp) =
save pendir, height, width, thin, thick, slt;
--- /dev/null
+%
+% feta-braces0.mf -- 256 smallest braces
+%
+% source file of the Feta (Font-En-Tja) music font
+%
+% (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+%
+
+font_count := 0;
+input feta-beugel;
+end.
--- /dev/null
+%
+% feta-braces1.mf -- next 256 braces
+%
+% source file of the Feta (Font-En-Tja) music font
+%
+% (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+%
+
+font_count := 1;
+input feta-beugel;
+end.
--- /dev/null
+%
+% feta-braces2.mf -- next 256 braces
+%
+% source file of the Feta (Font-En-Tja) music font
+%
+% (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+%
+
+font_count := 2;
+input feta-beugel;
+end.
--- /dev/null
+%
+% feta-braces3.mf -- next 256 braces
+%
+% source file of the Feta (Font-En-Tja) music font
+%
+% (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+%
+
+font_count := 3;
+input feta-beugel;
+end.
--- /dev/null
+%
+% feta-braces4.mf -- next 256 braces
+%
+% source file of the Feta (Font-En-Tja) music font
+%
+% (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+%
+
+font_count := 4;
+input feta-beugel;
+end.
+
+
--- /dev/null
+%
+% feta-braces5.mf -- next 256 braces
+%
+% source file of the Feta (Font-En-Tja) music font
+%
+% (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+%
+
+font_count := 5;
+input feta-beugel;
+end.
--- /dev/null
+%
+% feta-braces6.mf -- next 256 braces
+%
+% source file of the Feta (Font-En-Tja) music font
+%
+% (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+%
+
+font_count := 6;
+input feta-beugel;
+end.
--- /dev/null
+%
+% feta-braces6.mf -- next 256 braces
+%
+% source file of the Feta (Font-En-Tja) music font
+%
+% (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+%
+
+font_count := 7;
+input feta-beugel;
+end.
--- /dev/null
+%
+% feta-braces6.mf -- next 256 braces
+%
+% source file of the Feta (Font-En-Tja) music font
+%
+% (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+%
+
+font_count := 8;
+input feta-beugel;
+end.
+++ /dev/null
-%
-% feta-braces0.mf -- 256 smallest braces
-%
-% source file of the Feta (Font-En-Tja) music font
-%
-% (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-%
-
-font_count := 0;
-input feta-beugel;
-end.
+++ /dev/null
-%
-% feta-braces1.mf -- next 256 braces
-%
-% source file of the Feta (Font-En-Tja) music font
-%
-% (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-%
-
-font_count := 1;
-input feta-beugel;
-end.
+++ /dev/null
-%
-% feta-braces2.mf -- next 256 braces
-%
-% source file of the Feta (Font-En-Tja) music font
-%
-% (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-%
-
-font_count := 2;
-input feta-beugel;
-end.
+++ /dev/null
-%
-% feta-braces3.mf -- next 256 braces
-%
-% source file of the Feta (Font-En-Tja) music font
-%
-% (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-%
-
-font_count := 3;
-input feta-beugel;
-end.
+++ /dev/null
-%
-% feta-braces4.mf -- next 256 braces
-%
-% source file of the Feta (Font-En-Tja) music font
-%
-% (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-%
-
-font_count := 4;
-input feta-beugel;
-end.
-
-
+++ /dev/null
-%
-% feta-braces5.mf -- next 256 braces
-%
-% source file of the Feta (Font-En-Tja) music font
-%
-% (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-%
-
-font_count := 5;
-input feta-beugel;
-end.
+++ /dev/null
-%
-% feta-braces6.mf -- next 256 braces
-%
-% source file of the Feta (Font-En-Tja) music font
-%
-% (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-%
-
-font_count := 6;
-input feta-beugel;
-end.
+++ /dev/null
-%
-% feta-braces6.mf -- next 256 braces
-%
-% source file of the Feta (Font-En-Tja) music font
-%
-% (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-%
-
-font_count := 7;
-input feta-beugel;
-end.
+++ /dev/null
-%
-% feta-braces6.mf -- next 256 braces
-%
-% source file of the Feta (Font-En-Tja) music font
-%
-% (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-%
-
-font_count := 8;
-input feta-beugel;
-end.