X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mf%2Ffeta-macros.mf;h=c464c3f7f8342488834f5a37608216c65f90d64f;hb=dc426c6a50b792d93798d03d112062ebb3f06ec2;hp=ee12a7215e44b2871e437cfc335253bdec749c61;hpb=87a03f358a32fb5981169f396949e4071959e51e;p=lilypond.git diff --git a/mf/feta-macros.mf b/mf/feta-macros.mf index ee12a7215e..c464c3f7f8 100644 --- a/mf/feta-macros.mf +++ b/mf/feta-macros.mf @@ -1,3 +1,22 @@ +% Feta (not the Font-En-Tja) music font -- auxiliary macros for both feta and parmesan fonts +% This file is part of LilyPond, the GNU music typesetter. +% +% Copyright (C) 1997--2012 Han-Wen Nienhuys +% +% 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, 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 +% 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 . + + % % debugging % @@ -141,7 +160,7 @@ def make_pen_stack = enddef; -def del_pen_stack= +def del_pen_stack = save save_pen_stack, pen_stack_idx; enddef; @@ -199,6 +218,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)}