For any lilypond source that contains \p or \f etc, I see this:

Preprocessing elements... 
[/usr/local/share/lilypond/afm/cmr10.afm][/usr/local/share/lilypond/afm/feta13.afm]
Calculating column positions... warning: can't open file: `feta-din10.afm'
warning: guessing dimensions for font style: `dynamic'

Should this change be made:

--- mf/GNUmakefile.orig Fri Dec  4 11:32:03 1998
+++ mf/GNUmakefile      Fri Dec  4 11:32:25 1998
@@ -6,7 +6,7 @@
 
 EXTRA_DIST_FILES += TODO README feta.mp mfplain.ini
 
-FET_FILES = $(wildcard feta[0-9]*.mf)
+FET_FILES = $(wildcard feta[0-9]*.mf) feta-din10.mf
 
 LYTABLES = $(addprefix $(outdir)/, $(FET_FILES:.mf=.ly))
 LOG_FILES = $(addprefix $(outdir)/, $(FET_FILES:.mf=.log))

Reply via email to