]> git.donarmstrong.com Git - lilypond.git/commitdiff
(Invoking lilypond-book):
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 17 Jul 2006 17:38:58 +0000 (17:38 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 17 Jul 2006 17:38:58 +0000 (17:38 +0000)
doc pdftex usage.

ChangeLog
Documentation/user/lilypond-book.itely

index 6596e00afe106f34066abd42d3404480403c0de1..fededbea63c8155d9310927df9d56814d8f5cd7e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-07-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
+       * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
+       doc pdftex usage.
+
        * lily/translator-group.cc (connect_to_context): non const error message.
 
        * Documentation/user/GNUmakefile ($(outdir)/%.pdf): update to use PDF
index 7cf1efe5086ee2f451445f90abee584f15f84bf0..8104647b8fd4f1307505494149aea38afbcae7c2 100644 (file)
@@ -631,7 +631,7 @@ 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
+@code{yourfile.lytex}) via LaTeX, you should do
 
 @example
 lilypond-book --psfonts yourfile.lytex
@@ -644,6 +644,15 @@ 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.
+@example
+lilypond-book --process='lilypond -deps-font-load --pdf' yourfile.pdftex
+@end example
+
 To produce a Texinfo document (in any output format), follow the normal
 procedures for Texinfo (this is, either call @command{texi2dvi} or
 @command{makeinfo}, depending on the output format you want to