]> git.donarmstrong.com Git - lilypond.git/blobdiff - mf/feta-accidentals.mf
Release: bump Welcome versions.
[lilypond.git] / mf / feta-accidentals.mf
index ca728f19493f0e256145ad8f82d62c9f0a2eca75..ed2ee529eae1c2d92ed241a865121841ecdc3145 100644 (file)
@@ -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 <hanwen@xs4all.nl>
+% Copyright (C) 1997--2015 Han-Wen Nienhuys <hanwen@xs4all.nl>
 %
 % 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
 % along with LilyPond.  If not, see <http://www.gnu.org/licenses/>.
 
 
-%
-% 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");