]> git.donarmstrong.com Git - lilypond.git/commitdiff
Docs: Usage: use .lytex instead of .pdftex
authorPatrick McCarty <pnorcks@gmail.com>
Thu, 7 Jan 2010 00:12:21 +0000 (16:12 -0800)
committerPatrick McCarty <pnorcks@gmail.com>
Thu, 7 Jan 2010 00:12:21 +0000 (16:12 -0800)
The latter extension gives an error message saying that lilypond-book
does not understand the file extension.

Documentation/usage/lilypond-book.itely

index 2abffff61eafd86ec168692d0a47bd6c8ddc0708..d184b1705ca33d209688b3bfe20588845f8a5f5e 100644 (file)
@@ -793,7 +793,7 @@ Ghostscript package.
 To produce a PDF file through PDF@LaTeX{}, use
 
 @example
-lilypond-book --pdf yourfile.pdftex
+lilypond-book --pdf yourfile.lytex
 pdflatex yourfile.tex
 @end example