From: James Lowe Date: Sun, 16 Dec 2012 22:16:16 +0000 (+0000) Subject: Doc: Usage - fixed syntax for backend inc. example X-Git-Tag: release/2.17.10-1~58 X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=commitdiff_plain;h=44026cdc00f81cbe3979cef3234935cf83d43354;p=lilypond.git Doc: Usage - fixed syntax for backend inc. example Issue 3033 Fixed @code{} examples for backend as the single quote was not required. Also added a new @example at the start of the section just so that this shows a non #t/#f example. --- diff --git a/Documentation/usage/running.itely b/Documentation/usage/running.itely index b832706c76..2e06c8d11a 100644 --- a/Documentation/usage/running.itely +++ b/Documentation/usage/running.itely @@ -339,9 +339,14 @@ Show the warranty with which GNU LilyPond comes. (It comes with @table @code @item -d@var{[option-name]}=@var{[value]},--define-default=@var{[option-name]}=@var{[value]} -This sets the equivalent internal Scheme function to @var{value}. If a -@var{value} is not supplied, then the default value is used. The prefix -@code{no-} may be added to @var{option-name} to switch @q{off} an +This sets the equivalent internal Scheme function to @var{value}. + +@example +-dbackend=svg +@end example + +If a @var{value} is not supplied, then the default value is used. The +prefix @code{no-} may be added to @var{option-name} to switch @q{off} an option, e.g. @cindex point and click, command line @@ -376,25 +381,25 @@ result to prevent @q{jaggies} in @code{PNG} images. @code{EPS} backend. @item @code{backend} -@tab @code{'ps} +@tab @code{ps} @tab Select backend. Postscript files (default) include @code{TTF}, @code{Type1} and @code{OTF} fonts. No subsetting of these fonts is done. Using @q{oriental} character sets can lead to very large files. @item -@tab @code{'eps} +@tab @code{eps} @tab Encapsulated PostScript. This dumps every page (system) as a separate @file{EPS} file, without fonts, and as one collated @file{EPS} file with all pages (systems) including fonts. Used as default by @command{lilypond-book}. @item -@tab @code{'null} +@tab @code{null} @tab Do not output a printed score; has the same effect as @code{-dno-print-pages}. @item -@tab @code{'svg} +@tab @code{svg} @tab Scalable Vector Graphics. This creates a single @code{SVG} file, without embedded fonts, for every page of output. It is recommended to install the Century Schoolbook fonts, included with your LilyPond @@ -406,7 +411,7 @@ agent. There is also an option @code{svg-woff} (below) for use of woff font files in the SVG backend. @item -@tab @code{'scm} +@tab @code{scm} @tab Dump of the raw, internal Scheme-based drawing commands. @item @code{check-internal-types}