diff options
author | Paul Morris <paulwmorris@gmail.com> | 2016-09-25 10:24:16 -0400 |
---|---|---|
committer | Paul Morris <paulwmorris@gmail.com> | 2016-10-02 16:54:59 -0400 |
commit | 71fa1bbb755d3ba14eea93394af88fa4a1092222 (patch) | |
tree | e764b3405c2ab12f87c66d143ec788e674b2a4a1 | |
parent | 65aaa35a119053e92a608fbedceb20762787d21b (diff) |
Doc: update toplevel-score-handler definition reference
The file where the default handler is defined has changed.
-rw-r--r-- | Documentation/notation/input.itely | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/notation/input.itely b/Documentation/notation/input.itely index 83d18c5c06..2c8df57890 100644 --- a/Documentation/notation/input.itely +++ b/Documentation/notation/input.itely @@ -374,8 +374,9 @@ books within the file (see @ref{Titles explained}). 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}. +@code{toplevel-score-handler} at toplevel. (The default handler is +defined in the file @file{../scm/lily-library.scm} and set in the file +@file{../ly/declarations-init.ly}.) @item A @code{\book} block logically combines multiple movements |