From: Han-Wen Nienhuys Date: Sun, 20 Jun 2004 21:18:28 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.3.5~17 X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=commitdiff_plain;h=0a9921dfaa362489087c01360ee51086dc26a204;p=lilypond.git *** empty log message *** --- diff --git a/Documentation/user/changing-defaults.itely b/Documentation/user/changing-defaults.itely index 6c1d9b417f..66788766f0 100644 --- a/Documentation/user/changing-defaults.itely +++ b/Documentation/user/changing-defaults.itely @@ -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