From: Mats Bengtsson Date: Wed, 3 Aug 2005 14:28:03 +0000 (+0000) Subject: * Documentation/user/lilypond-book.itely (An example of a X-Git-Tag: release/2.6.3~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0789accf5f3930774fecdc4185b11c79d7de4426;p=lilypond.git * 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. --- diff --git a/ChangeLog b/ChangeLog index 841d670d46..346116ce3d 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