]> git.donarmstrong.com Git - lilypond.git/commitdiff
Clarify command-line options; thanks Fredric.
authorGraham Percival <graham@percival-music.ca>
Mon, 8 Jan 2007 22:55:54 +0000 (14:55 -0800)
committerGraham Percival <graham@percival-music.ca>
Mon, 8 Jan 2007 22:55:54 +0000 (14:55 -0800)
Documentation/user/running.itely

index 0bd3042408774351a6249d9d2720884316d49b18..ff4af0cf17153f077c7cf1110e8985767336a29f 100644 (file)
@@ -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}