]> git.donarmstrong.com Git - lilypond.git/blob - mf/parmesan-other-generic.mf
make comments more uniform
[lilypond.git] / mf / parmesan-other-generic.mf
1 % This file is part of LilyPond, the GNU music typesetter.
2 %
3 % Copyright (C) 2002--2012 Juergen Reuter <reuter@ipd.uka.de>
4 %
5 % The LilyPond font is free software: you can redistribute it and/or modify
6 % it under the terms of the GNU General Public License as published by
7 % the Free Software Foundation, either version 3 of the License, or
8 % (at your option) any later version, or under the SIL Open Font License.
9
10
11
12 input common-modules-and-initialization;
13 input parmesan-macros;
14
15
16 font_x_height staff_space#;
17
18
19 fet_beginfont ("parmesan", design_size, "parmesanMusic");
20         if test = 0:
21                 input parmesan-rests;
22                 input parmesan-clefs;
23                 input parmesan-custodes
24                 input parmesan-accidentals;
25                 input parmesan-flags;
26                 input parmesan-timesignatures;
27                 input parmesan-scripts;
28                 input parmesan-dots;
29         else:
30
31         fi;
32 fet_endfont;