but the patch I sent along was not applied. The problem still exists in 1.7.10.
The problem is that kpsewhich returns the path to the feta20.pfa file with a
trailing newline. This prevents open from opening the file which prevents
ly2dvi from using the postscript type1 fonts when generating pdf files. The
fix strips the trailing newline.
Kim
--
Kim Shrier - principal, Shrier and Deihl - mailto:[EMAIL PROTECTED]
Remote Unix Network Admin, Security, Internet Software Development
Tinker Internet Services - Superior FreeBSD-based Web Hosting
http://www.tinker.com/
--- ly2dvi.orig Tue Dec 24 22:33:03 2002
+++ ly2dvi Tue Dec 24 23:13:00 2002
@@ -532,7 +532,7 @@
if 'PDF' in targets:
- where = ly.read_pipe ('kpsewhich feta20.pfa')
+ where = ly.read_pipe ('kpsewhich feta20.pfa').strip ()
pfa_file = None
if where:
_______________________________________________ Bug-lilypond mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-lilypond
