X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mf%2Ffeta-accidentals.mf;h=ed2ee529eae1c2d92ed241a865121841ecdc3145;hb=97a0169312a260933246ab224e4f8b0969871dd5;hp=ca728f19493f0e256145ad8f82d62c9f0a2eca75;hpb=4d370c0ffa938be9177455bef0e324846bd0fea9;p=lilypond.git diff --git a/mf/feta-accidentals.mf b/mf/feta-accidentals.mf index ca728f1949..ed2ee529ea 100644 --- a/mf/feta-accidentals.mf +++ b/mf/feta-accidentals.mf @@ -1,7 +1,7 @@ % Feta (not the Font-En-Tja) music font -- Accidentals % This file is part of LilyPond, the GNU music typesetter. % -% Copyright (C) 1997--2012 Han-Wen Nienhuys +% Copyright (C) 1997--2015 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 @@ -18,21 +18,6 @@ % along with LilyPond. If not, see . -% -% also show in other configuration wrt staff lines. -% -def draw_shifted_too = -if test > 0: - fet_beginchar ("shifted too", ""); - set_char_box (0, 0, 0, 0); - currentpicture := remember_pic; - - draw_staff_if_debugging (-2, 2, 0.5); - fet_endchar; -fi; -enddef; - - % % Accidentals from various sources, notably % @@ -56,18 +41,9 @@ enddef; fet_begingroup ("accidentals"); - -save remember_pic; -picture remember_pic; - -input feta-arrow; - -input feta-sharps; - -input feta-naturals; - -input feta-flats; - -input feta-parenthesis; - + input feta-arrow; + input feta-sharps; + input feta-naturals; + input feta-flats; + input feta-parenthesis; fet_endgroup ("accidentals");