From a2d2c35847e6e4c838d57d2b5c76a029286d05a9 Mon Sep 17 00:00:00 2001 From: Mats Bengtsson Date: Fri, 1 Aug 2003 08:58:56 +0000 Subject: [PATCH] 2003-08-01 Mats Bengtsson * Documentation/topdocs/INSTALL.texi (Top): Documentation of the current ugly installation method for PFA fonts. --- ChangeLog | 5 +++++ Documentation/topdocs/INSTALL.texi | 22 +++++++++++++++++++++- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0553ab3979..581f5c26af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-08-01 Mats Bengtsson + + * Documentation/topdocs/INSTALL.texi (Top): Documentation of the + current ugly installation method for PFA fonts. + 2003-07-31 Heikki Junes * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct diff --git a/Documentation/topdocs/INSTALL.texi b/Documentation/topdocs/INSTALL.texi index abb37e1de6..18252b45af 100644 --- a/Documentation/topdocs/INSTALL.texi +++ b/Documentation/topdocs/INSTALL.texi @@ -262,8 +262,28 @@ To install GNU LilyPond, type: sh buildscripts/clean-fonts.sh @end example +If, in addition, you want to generate PDF files of your scores and have +installed mftrace, type: +@example + make pfa-fonts + make MAKE_PFA_FILES=1 install + texhash +@end example +(PFA versions of the fonts for the latest LilyPond version can also be +obtained from the web site using: +@example + mkdir /tmp/newfonts + cd /tmp/newfonts/ + wget -l 1 -nd -r -A pfa,map http://lilypond.org/stable/mf/out/ + mv *.pfa $LILYPONDSHARE/fonts/type1/ + mv *.map $LILYPONDSHARE/dvips/ + texhash +@end example +where @code{$LILYPONDSHARE} denotes @code{/usr/share/lilypond/1.7.*/} or +wherever LilyPond is installed on your system. + If you are doing an upgrade, you should remove all @file{feta} -@code{.pk} and @file{.tfm} files. A script has been provided to do the +@code{.pk} and @code{.tfm} files. A script has been provided to do the work for you, see @file{buildscripts/clean-fonts.sh}. -- 2.39.5