]> git.donarmstrong.com Git - lilypond.git/blobdiff - mf/feta-din-code.mf
Web: Punctuation fixes.
[lilypond.git] / mf / feta-din-code.mf
index 0b757af413bb5bfb4dec54d10e1e4973a1bd7778..d8d0c01d8029f41ed628419e8b0a03196a2db6b8 100644 (file)
@@ -1,10 +1,20 @@
-% feta-din-code.mf -- implement dynamic signs
+% Feta (not the Font-En-Tja) music font --  dynamic signs
+% This file is part of LilyPond, the GNU music typesetter.
 %
-% part of LilyPond's pretty-but-neat music font
+% Copyright (C) 1997--2009 Jan Nieuwenhuizen <janneke@gnu.org>
 %
-% source file of the Feta (not the Font-En-Tja) music font
+% LilyPond 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.
 %
-% (c) 1997--2007 Jan Nieuwenhuizen <janneke@gnu.org>
+% LilyPond is distributed in the hope that it will be useful,
+% but WITHOUT ANY WARRANTY; without even the implied warranty of
+% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+% GNU General Public License for more details.
+%
+% You should have received a copy of the GNU General Public License
+% along with LilyPond.  If not, see <http://www.gnu.org/licenses/>.
 
 
 ex# := (dynamic_design_size / 2.4) * pt#;
@@ -356,7 +366,7 @@ fet_beginchar ("dynamic p", "p")
        save twiddle_thick, stem_thick, cheek_thick, cheek_width;
        save fill_up, straigh_len;
        save serif, dishing_angle, p, tmp;
-       save cheek_medium, left_serif_protude, right_serif_protude;
+       save cheek_medium, left_serif_protrude, right_serif_protrude;
        save lower_overshoot;
        save blot_t, corner_t;
        path serif, p;
@@ -375,8 +385,8 @@ fet_beginchar ("dynamic p", "p")
        stem_thick = 2/6 ex;
        cheek_thick = 13/32 ex;
        cheek_width = 0.72 ex;
-       left_serif_protude = 18/60 ex;
-       right_serif_protude = 15/60 ex;
+       left_serif_protrude = 18/60 ex;
+       right_serif_protrude = 15/60 ex;
 
        currenttransform := currenttransform slanted slant;
 
@@ -453,8 +463,8 @@ fet_beginchar ("dynamic p", "p")
 
        pickup pencircle scaled serif_thick;
 
-       lft x11 = -left_serif_protude;
-       rt x10 = stem_thick + right_serif_protude;
+       lft x11 = -left_serif_protrude;
+       rt x10 = stem_thick + right_serif_protrude;
        bot y10 = bot y11 = -descender;
 
        z15 = z6l + up * fill_up;