]> git.donarmstrong.com Git - lilypond.git/commitdiff
2003-08-01 Mats Bengtsson <mats.bengtsson@s3.kth.se>
authormatsb <matsb>
Fri, 1 Aug 2003 08:58:56 +0000 (08:58 +0000)
committermatsb <matsb>
Fri, 1 Aug 2003 08:58:56 +0000 (08:58 +0000)
* Documentation/topdocs/INSTALL.texi (Top): Documentation of the
current ugly installation method for PFA fonts.

ChangeLog
Documentation/topdocs/INSTALL.texi

index 0553ab3979c17e4bc15de32e7172c8d96fcf3003..581f5c26af9575e998d3aa1c26468107ae4bee42 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
+
+       * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
+       current ugly installation method for PFA fonts.
+
 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
 
         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
index abb37e1de603c43bcfd9e69a5ecbb432c4d8156f..18252b45afc7b1db66049a0f60449927257dc9f0 100644 (file)
@@ -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}.