]> git.donarmstrong.com Git - lilypond.git/blob - mf/parmesan-generic.mf
* scm/sodipodi.scm: Add more output functions.
[lilypond.git] / mf / parmesan-generic.mf
1
2 % -*-Fundamental-*-
3 % parmesan-generic.mf --  implement generic stuff: include lots of files,
4 % but don't set dims.
5 %
6 % source file of LilyPond's pretty-but-neat music font
7
8 % (c) 2002 Juergen Reuter <reuter@ipd.uka.de>
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 "parmesan music";
27
28 if test = 0: 
29         input parmesan-rests;
30         input parmesan-heads;
31         input parmesan-clefs;
32         input parmesan-custodes
33         input parmesan-accidentals;
34         input parmesan-flags;
35         input parmesan-timesig;
36         input parmesan-scripts;
37
38 else:
39
40 fi