]> git.donarmstrong.com Git - lilypond.git/blob - mf/feta-generic.mf
''
[lilypond.git] / mf / feta-generic.mf
1
2 % feta-generic.mf --  implement generic stuff: include lots of files, but don't
3 %  set dims.
4 %
5 % source file of the Feta (defintively not an abbreviation for Font-En-Tja)
6 % music font
7
8 % (c) 1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
9
10
11
12 if test = -1:
13         mode := smoke;
14 fi
15
16 mode_setup;
17 %
18
19 input feta-macros;
20
21 make_pen_stack;
22 make_picture_stack;
23 input feta-params;
24
25 font_x_height  staff_space#;
26 font_coding_scheme "feta music";
27
28 if test = 0: 
29         input feta-eindelijk;
30         input feta-toevallig;
31         input feta-puntje;
32         input feta-bolletjes;
33         input feta-schrift;
34         input feta-banier;
35         input feta-klef;
36         input feta-timesig;
37         input feta-pendaal;
38         input feta-accordion;
39         input feta-solfa;
40         
41 else:
42         input feta-bolletjes;   
43         input feta-banier;
44 %       input feta-eindelijk;
45 %       input feta-klef;
46 %       input feta-toevallig;
47         input feta-schrift;
48 %       input feta-haak;
49 %       input feta-timesig;
50 %       input feta-pendaal;
51 %       input feta-accordion;
52 %       input feta-solfa;
53 fi