From cb52c640d7f7cc15c868b336933e0d0ad2ceb04a Mon Sep 17 00:00:00 2001 From: matsb Date: Fri, 9 Jan 2004 08:53:02 +0000 Subject: [PATCH] * Documentation/user/tutorial.itely (Integrating text and music): Show the commands to produce a PDF as well. --- Documentation/user/tutorial.itely | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Documentation/user/tutorial.itely b/Documentation/user/tutorial.itely index f799b2e4b0..2ac80bfe4f 100644 --- a/Documentation/user/tutorial.itely +++ b/Documentation/user/tutorial.itely @@ -1837,6 +1837,14 @@ $ latex lilbook.latex $ xdvi lilbook @end example +To convert the file into a nice PDF document, run the following +commands: +@example +$ dvips -Ppdf -u +lilypond lilbook +$ ps2pdf lilbook.ps +@end example + + Running lilypond-book and running latex creates a lot of temporary files, and you would not want those to clutter up your working directory. The @code{outdir} option to lilypond-book creates the -- 2.11.4.GIT