From 997249b1f4ad7decf37ed1af7146c949825a0961 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Mon, 8 Jan 2007 14:55:54 -0800 Subject: [PATCH] Clarify command-line options; thanks Fredric. --- Documentation/user/running.itely | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Documentation/user/running.itely b/Documentation/user/running.itely index 7ddfdaff1a..8c2661f308 100644 --- a/Documentation/user/running.itely +++ b/Documentation/user/running.itely @@ -94,11 +94,13 @@ on the command-line, and include at the top of the @code{.ly} file. @item -f,--format=@var{format} -which formats should be written. Choices are @code{svg}, @code{ps}, -@code{pdf}, @code{png}, @code{tex}, @code{dvi}. +which formats should be written. Choices for @code{format} are +@code{svg}, @code{ps}, @code{pdf}, @code{png}, @code{tex}, @code{dvi}. + +Example: @code{lilypond -fpng filename.ly} @item -b,--backend=@var{format} -the output format to use for the back-end. Choices are +the output format to use for the back-end. Choices for @code{format} are @table @code @item tex for @TeX{} output, to be processed with La@TeX{}. If present, the file @@ -137,6 +139,8 @@ This mode is used by default by lilypond-book. @cindex Scheme dump @end table +Example: @code{lilypond -bsvg filename.ly} + @cindex output format, setting @item -d,--define-default=@var{var}=@var{val} -- 2.39.5