X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mf%2Ffeta-accidentals.mf;h=ed2ee529eae1c2d92ed241a865121841ecdc3145;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=ed7bde2d4751199cb2872bfb0dd9e1211155a24f;hpb=cfb3105646db41346c7739ff8f8bc089b4c66c84;p=lilypond.git diff --git a/mf/feta-accidentals.mf b/mf/feta-accidentals.mf index ed7bde2d47..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 (-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");