From 83dd6cb95f99b225ad7502eca5f481b603a9d152 Mon Sep 17 00:00:00 2001
From: Mats Bengtsson <mats.bengtsson@s3.kth.se>
Date: Wed, 2 Aug 2006 08:41:08 +0000
Subject: [PATCH] 	* Documentation/user/lilypond-book.itely (Invoking
 lilypond-book): 	Doc the --pdf flag to lilypond-book.

---
 ChangeLog                              |  5 +++++
 Documentation/user/lilypond-book.itely | 11 ++++-------
 2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 76ae59ce72..bcd30fea82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-08-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+	* Documentation/user/lilypond-book.itely (Invoking lilypond-book):
+	Doc the --pdf flag to lilypond-book.
+
 2006-07-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
 	* Documentation/topdocs/NEWS.tely (Top): add description.
diff --git a/Documentation/user/lilypond-book.itely b/Documentation/user/lilypond-book.itely
index 8104647b8f..e9008cf858 100644
--- a/Documentation/user/lilypond-book.itely
+++ b/Documentation/user/lilypond-book.itely
@@ -626,9 +626,7 @@ output format.  Both @file{.tex} and @file{.texi} files need further
 processing.
 
 @command{lilypond-book} can also create a PSFONTS file, which is required
-by @command{dvips} to produce Postscript and PDF files.  You can call
-this file whatever you want as long as you refer to the same file when
-you call @command{dvips}.
+by @command{dvips} to produce Postscript and PDF files.
 
 To produce PDF output from the lilypond-book file (here called
 @code{yourfile.lytex}) via LaTeX, you should do
@@ -644,12 +642,11 @@ The @file{.dvi} file created by this process will not contain
 noteheads.  This is normal; if you follow the instructions, they
 will be included in the @file{.ps} and @file{.pdf} files.
 
-To produce a PDF file through PDF(La)TeX, you should pass the options
-@code{-deps-font-load} and @code{--pdf} to the lilypond process, with
-the @code{--process} option of lilypond-book, e.g.
+To produce a PDF file through PDF(La)TeX, use
  
 @example
-lilypond-book --process='lilypond -deps-font-load --pdf' yourfile.pdftex
+lilypond-book --pdf yourfile.pdftex
+pdflatex yourfile.tex
 @end example
  
 
-- 
2.39.5