]> git.donarmstrong.com Git - lilypond.git/commitdiff
doc -b fixes.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 5 Feb 2007 20:45:21 +0000 (21:45 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 5 Feb 2007 20:45:21 +0000 (21:45 +0100)
Documentation/user/running.itely
Documentation/user/spacing.itely

index dbaf3b9bd8eaae40188d69589a9a3bf0ccead634..5709230bdde7c7e7c906ec2d6874147ccd1ad872 100644 (file)
@@ -252,7 +252,7 @@ Generate PostScript.
 
 @item --dvi
 Generate DVI files.  In this case, the @TeX{} backend should be
-specified, i.e., @code{-tex}.
+specified, i.e., @code{-dbackend=tex}.
 
 @item --png
 Generate pictures of each page, in PNG format.  This implies
index 377a74ea1392fb6d13a8cf68799b679ed76f08d5..2fca4954d3f72bfdb54a60a08b5c4c1f7e8efd8f 100644 (file)
@@ -640,7 +640,7 @@ For the first pass, the @code{dump-tweaks} option should be set to
 generate the page layout file.
 
 @example
-lilypond -null -d dump-tweaks <file>.ly
+lilypond -dbackend=null -d dump-tweaks <file>.ly
 lilypond <file>.ly
 @end example