From 3f2e4f0e0a1d9e9fa4ecaeaff757f837eea36989 Mon Sep 17 00:00:00 2001
From: fred <fred>
Date: Tue, 26 Mar 2002 22:29:52 +0000
Subject: [PATCH] lilypond-1.1.64

---
 mf/feta.mp | 52 ----------------------------------------------------
 1 file changed, 52 deletions(-)
 delete mode 100644 mf/feta.mp

diff --git a/mf/feta.mp b/mf/feta.mp
deleted file mode 100644
index fb0fb32c68..0000000000
--- a/mf/feta.mp
+++ /dev/null
@@ -1,52 +0,0 @@
-%
-% What's this ?  --hwn
-%
-
-% feta.mp
-
-batchmode; 
-
-mode_def ljfour =
- proofing:=0;                   % no, we're not making proofs
- fontmaking:=1;                 % yes, we are making a font
- tracingtitles:=0;              % no, don't show titles at all
- pixels_per_inch:=600;          % that's the meaning of lowres
- blacker:=.25;                  % make pens a bit blacker
- fillin:=.0;                    % compensate for diagonal fillin
- o_correction:=1;               % but don't overshoot as much
- enddef;
-
-if false:
-def mode_param (suffix v) (expr e) =
-  if unknown mode_guard_.v:
-    v := e;
-    mode_guard_.v := 1;
-  fi
-enddef;
-
-% This macro is invoked by all the modes, after |pixels_per_inch|
-% has been defined, thus saving some space and time.
-def mode_common_setup_ =
-  mode_param (proofing, 0);
-  mode_param (fontmaking, 1);
-  mode_param (tracingtitles, if pixels_per_inch > 700: 1 else: 0 fi);
-enddef;
-
-% Works for a 600$\,$dpi Accel-a-Writer {\tt mackay@cs.washington.edu},
-% 16 August 95.
-mode_def ljfour =                   %\[ HP LaserJet 4 (600dpi)
-  mode_param (pixels_per_inch, 600);
-  mode_param (blacker, .25);
-  mode_param (fillin, 0);
-  mode_param (o_correction, 1);
-  mode_common_setup_;
-enddef;
-
-laserjetfour := ljfour;
-fi
-
-mode=ljfour; 
-mag=100.0; 
-
-input feta20.mf
-
-- 
2.39.5