From e4653ba8cd3e45f4b35a0dd041d207fd8f40d4e8 Mon Sep 17 00:00:00 2001 From: Mats Bengtsson Date: Tue, 22 Nov 2005 16:23:42 +0000 Subject: [PATCH] * Documentation/user/global.itely (Creating MIDI files): Fix compilation problem. --- ChangeLog | 5 +++++ Documentation/user/global.itely | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) 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 -- 2.39.5