From: James Lowe Date: Fri, 16 Mar 2012 06:56:13 +0000 (+0000) Subject: Doc: NR - 5.1.4 typo X-Git-Tag: release/2.15.34-1~9 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c69a9437979b012b766f94ef4ec45f9c2eac645d;p=lilypond.git Doc: NR - 5.1.4 typo Issue 2394 Key_signature_engraver to Key_engraver --- diff --git a/Documentation/notation/changing-defaults.itely b/Documentation/notation/changing-defaults.itely index 65a4d8e15b..702f9e6da6 100644 --- a/Documentation/notation/changing-defaults.itely +++ b/Documentation/notation/changing-defaults.itely @@ -564,12 +564,11 @@ words = \lyricmode { These words fol -- low the mel -- o -- dy } @c TODO Should this be Modifying engravers or Modifying contexts? -Notation contexts (like @code{Score} and @code{Staff}) not only -store properties, -they also contain plug-ins called @q{engravers} that create notation -elements. For example, the @code{Voice} context contains a +Notation contexts (like @code{Score} and @code{Staff}) not only store +properties, they also contain plug-ins called @q{engravers} that create +notation elements. For example, the @code{Voice} context contains a @code{Note_heads_engraver} and the @code{Staff} context contains a -@code{Key_signature_engraver}. +@code{Key_engraver}. For a full a description of each plug-in, see @ifhtml