From cf8e18bedd2662004ae1352dd63214763285d4ac Mon Sep 17 00:00:00 2001 From: matsb Date: Wed, 3 Aug 2005 14:26:32 +0000 Subject: [PATCH] * Documentation/user/lilypond-book.itely (An example of a musicological document): Added flag -o to dvips for people who use the default setting in teTeX where output is sent to the printer. --- ChangeLog | 4 ++++ Documentation/user/lilypond-book.itely | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index fd92be2f0e..ae71dcec5b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2005-08-03 Mats Bengtsson + * Documentation/user/lilypond-book.itely (An example of a + musicological document): Added flag -o to dvips for people who use + the default setting in teTeX where output is sent to the printer. + * Documentation/user/global.itely (Vertical spacing): Added reference to the Axis_group_engraver which documents the *Extent properties. diff --git a/Documentation/user/lilypond-book.itely b/Documentation/user/lilypond-book.itely index dc63a7236e..6f5b91c9b2 100644 --- a/Documentation/user/lilypond-book.itely +++ b/Documentation/user/lilypond-book.itely @@ -108,7 +108,7 @@ xdvi lilybook To convert the file into a PDF document, run the following commands @example -dvips -Ppdf -h lilybook.psfonts lilybook +dvips -o -Ppdf -h lilybook.psfonts lilybook ps2pdf lilybook.ps @end example @@ -305,7 +305,7 @@ a PostScript file, add the following options to the @command{dvips} command line: @example --Ppdf -h @var{file}.psfonts +-o -Ppdf -h @var{file}.psfonts @end example @noindent @@ -591,7 +591,7 @@ To produce PDF output from the lilypond-book file (here called @example lilypond-book --psfonts yourfile.lytex latex yourfile.tex -dvips -h yourfile.psfonts -Ppdf yourfile.dvi +dvips -o -h yourfile.psfonts -Ppdf yourfile.dvi ps2pdf yourfile.ps @end example -- 2.39.5