]> git.donarmstrong.com Git - lilypond.git/commitdiff
* Documentation/user/lilypond-book.itely (An example of a
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Wed, 3 Aug 2005 14:26:32 +0000 (14:26 +0000)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Wed, 3 Aug 2005 14:26:32 +0000 (14:26 +0000)
musicological document): Added flag -o to dvips for people who use
the default setting in teTeX where output is sent to the printer.

ChangeLog
Documentation/user/lilypond-book.itely

index fd92be2f0eb0744c2c6b3851e94377e4656686f9..ae71dcec5b692604e2dec7c64396a2f0e37b573a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
 
+       * 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.
index dc63a7236e25fd8685d2d5032352e02ca9e7d6e0..6f5b91c9b2b89a9b52bc22dae224cd0b125dbd35 100644 (file)
@@ -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