From 6bbcce961d9d28bc337781090ba8f14869ce4bd9 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Mon, 9 May 2005 02:15:11 +0000 Subject: [PATCH] Document PSFONTS file. --- ChangeLog | 4 ++++ Documentation/user/lilypond-book.itely | 10 ++++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 988738e479..836205dd76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-05-09 Graham Percival + + * Documentation/user/lilypond-book.itely: document PSFONTS file. + 2005-05-09 Han-Wen Nienhuys * lily/include/grob-info.hh (class Grob_info): make data member diff --git a/Documentation/user/lilypond-book.itely b/Documentation/user/lilypond-book.itely index ab6c59a539..4e5a7e338d 100644 --- a/Documentation/user/lilypond-book.itely +++ b/Documentation/user/lilypond-book.itely @@ -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 -- 2.39.5