]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/lilypond-book.itely
* Documentation/user/notation.itely (Ancient clefs): idem.
[lilypond.git] / Documentation / user / lilypond-book.itely
index cea6f98b9b3b89b99a9995ee5bb86d5ecfd96cdd..42a7263c604321a45763356f0f22eb5fc3b20880 100644 (file)
@@ -227,12 +227,12 @@ of which lilypond-book will produce a HTML with appropriate image tags for the
 music fragments:
  
 @example
-<lilypond relative=1 verbatim>
+<lilypond relative=2 verbatim>
   \key c \minor r8 c16 b c8 g as c16 b c8 d | g,4
 </lilypond>
 @end example
 
-@lilypond[relative=1]
+@lilypond[relative=2]
   \key c \minor r8 c16 b c8 g as c16 b c8 d | g,4
 @end lilypond
 
@@ -311,6 +311,10 @@ For example
 sets indentation of the first music system to zero.  This option
 affects LilyPond, not the text layout.
 
+@item quote
+sets linewidth to the width of a quotation and puts the output
+in a quotation block.
+
 @item texidoc
 Includes the @code{texidoc} field, if defined in the file. This is
 only for Texinfo output.
@@ -364,8 +368,6 @@ fragments in the DVI output only. For getting images in the HTML
 version,  the format 
 @code{texi-html} must be used.
 
-@ignore
-@c broken
 @item @option{-F @var{filter}}, @option{--filter=@var{filter}}
 Pipe snippets through @var{filter}.
 
@@ -373,7 +375,6 @@ For example:
 @example
     lilypond-book --filter='convert-ly --from=2.0.0' my-book.tely
 @end example
-@end ignore
 
 @item @option{--help}
 Print a short help message.