From: Mats Bengtsson Date: Tue, 22 Nov 2005 16:23:42 +0000 (+0000) Subject: * Documentation/user/global.itely (Creating MIDI files): Fix X-Git-Tag: release/2.7.19~8 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e4653ba8cd3e45f4b35a0dd041d207fd8f40d4e8;p=lilypond.git * Documentation/user/global.itely (Creating MIDI files): Fix compilation problem. --- diff --git a/ChangeLog b/ChangeLog index 931b47b197..c7ff49008c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-11-22 Mats Bengtsson + + * Documentation/user/global.itely (Creating MIDI files): Fix + compilation problem. + 2005-11-22 Graham Percival * Documentation/user/basic-notation.itely: clarify dynamic diff --git a/Documentation/user/global.itely b/Documentation/user/global.itely index 1e8bc6c471..74eee9c61a 100644 --- a/Documentation/user/global.itely +++ b/Documentation/user/global.itely @@ -1270,14 +1270,14 @@ To remove dynamics from the MIDI output, insert the following lines in the @code{\midi@{@}} section. @example -\midi { +\midi @{ ... - \context { + \context @{ \Voice \remove "Dynamic_performer" \remove "Span_dynamic_performer" - } -} + @} +@} @end example