]> git.donarmstrong.com Git - lilypond.git/blobdiff - mf/feta-generic.mf
remove feta-test-generic.mf and other testing files
[lilypond.git] / mf / feta-generic.mf
index 5006b1f99d20006d3d2dcd24e5b6699221d3b87d..6012e2adee7f31fc474ed7837a508fe4a10e8398 100644 (file)
@@ -1,13 +1,12 @@
 % Feta (not the Font-En-Tja) music font --  generic stuff: include lots of files, but don't
 % This file is part of LilyPond, the GNU music typesetter.
 %
-% Copyright (C) 1997--2010 Han-Wen Nienhuys <hanwen@xs4all.nl>
-% 
+% Copyright (C) 1997--2012 Han-Wen Nienhuys <hanwen@xs4all.nl>
 %
-% LilyPond is free software: you can redistribute it and/or modify
+% The LilyPond font is free software: you can redistribute it and/or modify
 % it under the terms of the GNU General Public License as published by
 % the Free Software Foundation, either version 3 of the License, or
-% (at your option) any later version.
+% (at your option) any later version, or under the SIL Open Font License.
 %
 % LilyPond is distributed in the hope that it will be useful,
 % but WITHOUT ANY WARRANTY; without even the implied warranty of
 % along with LilyPond.  If not, see <http://www.gnu.org/licenses/>.
 
 
-if test = -1:
-       mode := smoke;
-fi
-
 staffsize# := design_size * pt#;
 
 mode_setup;
@@ -32,27 +27,20 @@ input feta-params;
 
 font_x_height staff_space#;
 
-%% this is a fallback so we can run the font without including feta-noteheads.
-black_notehead_width# := 1.0 staff_space#;
-
-
 fet_beginfont ("feta", design_size, "fetaMusic");
 
-if test = 0: 
+if test = 0:
        input feta-rests;
        input feta-accidentals;
        input feta-arrowheads;
        input feta-dots;
-       input feta-noteheads;
        input feta-scripts;
-       input feta-flags;
        input feta-clefs;
        input feta-timesignatures;
        input feta-pedals;
        input feta-brackettips;
        input feta-accordion;
-else:
-       input feta-test-generic.mf;
+       input feta-ties;
 fi
 
 autometric_parameter ("staffsize", staffsize#);