From 68d109cb83a1bcdc6db3780ff61035266d609cb1 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Mon, 17 Jul 2006 17:38:58 +0000 Subject: [PATCH] (Invoking lilypond-book): doc pdftex usage. --- ChangeLog | 3 +++ Documentation/user/lilypond-book.itely | 11 ++++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6596e00afe..fededbea63 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-07-17 Han-Wen Nienhuys + * 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 diff --git a/Documentation/user/lilypond-book.itely b/Documentation/user/lilypond-book.itely index 7cf1efe508..8104647b8f 100644 --- a/Documentation/user/lilypond-book.itely +++ b/Documentation/user/lilypond-book.itely @@ -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 -- 2.39.5