From: John Mandereau Date: Sat, 12 Jan 2008 16:14:23 +0000 (+0100) Subject: Fix nipticks in lilypond-book cmdline options documentation X-Git-Tag: release/2.11.38-1~101 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=69344f7e99db4faa5c472e5a7e548879ffba49fa;p=lilypond.git Fix nipticks in lilypond-book cmdline options documentation - uncomment texi-html format description - add --pdf (thanks to Erik Ronström) --- diff --git a/Documentation/user/lilypond-book.itely b/Documentation/user/lilypond-book.itely index 6a39f0788f..01b80a37ab 100644 --- a/Documentation/user/lilypond-book.itely +++ b/Documentation/user/lilypond-book.itely @@ -791,15 +791,14 @@ See the documentation of Texinfo for further details. Specify the document type to process: @code{html}, @code{latex}, @code{texi} (the default) or @code{docbook}. If this option is missing, @command{lilypond-book} tries to detect the format automatically, see -@ref{Filename extensions}. +@ref{Filename extensions}. Currently, @code{texi} is the same as +@code{texi-html}. @c This complicated detail is not implemented, comment it out -jm @ignore The @code{texi} document type produces a Texinfo file with music fragments in the printed output only. For getting images in the HTML version, the format @code{texi-html} must be used instead. - -[Note: currently, @code{texi} is the same as @code{texi-html}.] @end ignore @item -F @var{filter} @@ -850,6 +849,9 @@ Process LilyPond snippets using @var{command}. The default command is @code{lilypond}. @code{lilypond-book} will not @code{--filter} and @code{--process} at the same time. +@item --pdf +Create PDF files for use with PDFLaTeX. + @itemx --psfonts Extract all PostScript fonts into @file{@var{file}.psfonts} for dvips. This is necessary for @command{dvips -h @var{file}.psfonts}.