From: Graham Percival <graham@percival-music.ca>
Date: Mon, 8 Jan 2007 22:55:54 +0000 (-0800)
Subject: Clarify command-line options; thanks Fredric.
X-Git-Tag: release/2.10.17-1^2~61
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=997249b1f4ad7decf37ed1af7146c949825a0961;p=lilypond.git

Clarify command-line options; thanks Fredric.
---

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}