I compiled ec-font-mftraced version 1.0.9 from tarball and my lily (version 2.5.6) won't work :
dvips (dvips(k) 5.92b) complain : he can't find ecrm10 header. I compared ec-mftrace.map with some others .map in my /usr/share/texmf/dvips : ec-mftrace.map has no extension .pfa at the end of each line.


I join a patch which correct this. It is useful for my installation, I don't 
know if it works too for the others.

Regards,
Aurèle

--
Aurèle Duda
[EMAIL PROTECTED]
diff -u ec-fonts-mftraced-1.0.9/ChangeLog ec-fonts-mftraced-1.0.9a/ChangeLog
--- ec-fonts-mftraced-1.0.9/ChangeLog   2004-11-04 23:49:06.000000000 +0100
+++ ec-fonts-mftraced-1.0.9a/ChangeLog  2005-01-10 21:32:38.217884032 +0100
@@ -1,3 +1,7 @@
+2005-01-10  Aurèle Duda  <[EMAIL PROTECTED]>
+
+       * generate-map-file.py. change to preserve prefix in ec-mftrace.map 
+
 2004-11-04  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
 
        * VERSION (VERSION): release 1.0.8
Les sous-répertoires ec-fonts-mftraced-1.0.9/cygwin et 
ec-fonts-mftraced-1.0.9a/cygwin sont identiques.
Les sous-répertoires ec-fonts-mftraced-1.0.9/debian et 
ec-fonts-mftraced-1.0.9a/debian sont identiques.
diff -u ec-fonts-mftraced-1.0.9/generate-map-file.py 
ec-fonts-mftraced-1.0.9a/generate-map-file.py
--- ec-fonts-mftraced-1.0.9/generate-map-file.py        2005-01-02 
15:33:42.000000000 +0100
+++ ec-fonts-mftraced-1.0.9a/generate-map-file.py       2005-01-10 
21:27:08.885950096 +0100
@@ -14,4 +14,4 @@
        if m:
                name = m.group (1)
 
-       print '%s %s <%s' % (basename, name, basename)
+       print '%s %s <%s' % (basename, name, filename)
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to