]> 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)
committerJohn Mandereau <john.mandereau@gmail.com>
Sat, 20 Jan 2007 21:05:03 +0000 (22:05 +0100)
Documentation/user/running.itely

index 7ddfdaff1a52fd3a772035d3eed708b55bed1e59..8c2661f308048a247316ac96c78bc59af86fb608 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}