]> git.donarmstrong.com Git - lilypond.git/blobdiff - mf/feta-macros.mf
Misc cleanups.
[lilypond.git] / mf / feta-macros.mf
index ee12a7215e44b2871e437cfc335253bdec749c61..944c8cd5b42dc6e0de913585fcd3c20b395612fd 100644 (file)
@@ -1,3 +1,11 @@
+%
+% feta-macros.mf -- auxiliary macros for both feta and parmesan fonts
+%
+% source file of the GNU LilyPond music typesetter
+%
+% (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+
+
 %
 % debugging
 %
@@ -141,7 +149,7 @@ def make_pen_stack =
 enddef;
 
 
-def del_pen_stack=
+def del_pen_stack =
        save save_pen_stack, pen_stack_idx;
 enddef;
 
@@ -199,6 +207,7 @@ enddef;
 % Make a round path segment going from P to Q.  2*A is the angle that the
 % path should take.
 %
+
 def simple_serif (expr p, q, a) =
        p{dir (angle (q - p) - a)}
        .. q{-dir (angle (p - q) + a)}