From a68b4f9621b67e5242d3a5acaa98c7ec5a854dad Mon Sep 17 00:00:00 2001 From: Trevor Daniels Date: Tue, 23 Sep 2008 16:41:44 +0100 Subject: [PATCH] Docs: add note re ordering engravers --- Documentation/user/changing-defaults.itely | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Documentation/user/changing-defaults.itely b/Documentation/user/changing-defaults.itely index 7f22418ebd..4151c98337 100644 --- a/Documentation/user/changing-defaults.itely +++ b/Documentation/user/changing-defaults.itely @@ -533,6 +533,21 @@ time signature. >> @end lilypond +@knownissues + +Usually the order in which the engravers are specified +does not matter, but in a few special cases the order +is important, for example where one engraver writes +a property and another reads it, or where one engraver +creates a grob and another must process it. The order in +which the engravers are specified is the order in which +they are called to carry out their processing. + +The following orderings are important: the +@code{Bar_engraver} must normally be first, and +the @code{New_fingering_engraver} must come before +the @code{Script_column_engraver}. There may be others +with ordering dependencies. @node Changing context default settings @subsection Changing context default settings -- 2.11.4.GIT