]> git.donarmstrong.com Git - lilypond.git/commitdiff
* Documentation/user/lilypond-book.itely (Invoking lilypond-book):
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Wed, 2 Aug 2006 08:41:08 +0000 (08:41 +0000)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Wed, 2 Aug 2006 08:41:08 +0000 (08:41 +0000)
Doc the --pdf flag to lilypond-book.

ChangeLog
Documentation/user/lilypond-book.itely

index 76ae59ce725359d4a2d7fa707e3a62be16737cf5..bcd30fea82e714755fd1c2c5b46484e6cea241e8 100644 (file)
--- 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.
index 8104647b8fd4f1307505494149aea38afbcae7c2..e9008cf85802eb5de7cfefce8e1edc4eda9f5aea 100644 (file)
@@ -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