]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 20 Jun 2004 21:18:28 +0000 (21:18 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 20 Jun 2004 21:18:28 +0000 (21:18 +0000)
Documentation/user/changing-defaults.itely

index 6c1d9b417f3a4bfa58b493d1269d42fa0f9228a5..66788766f080b13c14d4cb6dc305b669b38a8192 100644 (file)
@@ -245,14 +245,13 @@ composer, title, etc.
 @item An @code{\addquote} statement. See @ref{Quoting other voices}
 for more information.
 
-@item A @code{\score} block. This score will be formatted as a book
-containing a single movement.
+@item A @code{\score} block. This score will be collected with other
+toplevel scores, and combined as a single @code{\book}.
 
 This behavior can be changed by setting the variable
 @code{toplevel-score-handler} at toplevel.  The default handler is
 defined in the init file @file{scm/lily.scm}.
 
-
 @item A @code{\book} block formats the block
 
 This behavior can be changed by setting the variable
@@ -265,8 +264,9 @@ defined in the init file @file{scm/lily.scm}.
   @{ c'4 d' e'2 @}
 @end example
 
- This will format the piece as a book with a single movement.
-
+This will add the piece in a @code{\score}, and formats it into a
+single book together with all other toplevel @code{\score}s and music
+expressions.
  
 This behavior can be changed by setting the variable
 @code{toplevel-music-handler} at toplevel. The default handler is