]> git.donarmstrong.com Git - lilypond.git/commitdiff
Document PSFONTS file.
authorGraham Percival <graham@percival-music.ca>
Mon, 9 May 2005 02:15:11 +0000 (02:15 +0000)
committerGraham Percival <graham@percival-music.ca>
Mon, 9 May 2005 02:15:11 +0000 (02:15 +0000)
ChangeLog
Documentation/user/lilypond-book.itely

index 988738e479a1636b9332c19fde61375f639252d3..836205dd76c1f596d04f516ef18779077dbbd318 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-09  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/lilypond-book.itely: document PSFONTS file.
+
 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * lily/include/grob-info.hh (class Grob_info): make data member
index ab6c59a539a65a857e771c3f2ffb8ae106777f03..4e5a7e338d01b7ed29fa87a26371c3b83b66b020 100644 (file)
@@ -549,11 +549,17 @@ extensions: @file{.tex}, @file{.texi}, or @file{.html}, depending on the
 output format.  Both @file{.tex} and @file{.texi} files need further
 processing.
 
-To produce PDF output from the @file{.tex} file, you should do
+@command{lilypond-book} can also create a PSFONTS file, which is required
+by @command{dvips} to produce pdfs.  You can call this file whatever you
+want as long as you refer to the same file when you call @command{dvips}.
+
+To produce PDF output from the lilypond-book file (here called
+@code{yourfile.lytex}), you should do
 
 @example
+lilypond-book --psfonts=tempfonts.ps yourfile.lytex
 latex yourfile.tex
-dvips -Ppdf -u+ec-mftrace.map -u+lilypond.map yourfile.dvi
+dvips -h tempfonts.ps -Ppdf -u+ec-mftrace.map -u+lilypond.map yourfile.dvi
 ps2pdf yourfile.ps
 @end example