From: Graham Percival Date: Sat, 5 Mar 2011 20:48:59 +0000 (+0000) Subject: Compile fix. X-Git-Tag: release/2.13.53-1~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=65a474a21ca0a7a67903025f6afb21916fbf4b77;p=lilypond.git Compile fix. --- diff --git a/Documentation/changes.tely b/Documentation/changes.tely index bf16c1e327..9ac6177dbd 100644 --- a/Documentation/changes.tely +++ b/Documentation/changes.tely @@ -85,15 +85,15 @@ A new @code{Completion_rest_engraver} is available for automatically converting long rests which overrun bar lines, matching the @code{Completion_heads_engraver} for notes @example -\layout { - \context { +\layout @{ + \context @{ \Voice \remove "Note_heads_engraver" \consists "Completion_heads_engraver" \remove "Rest_engraver" \consists "Completion_rest_engraver" - } -} + @} +@} @end example This feature was sponsored by Image-Line Software for FL Studio.