]> git.donarmstrong.com Git - lilypond.git/commitdiff
* Documentation/user/global.itely (Creating MIDI files): Fix
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Tue, 22 Nov 2005 16:23:42 +0000 (16:23 +0000)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Tue, 22 Nov 2005 16:23:42 +0000 (16:23 +0000)
compilation problem.

ChangeLog
Documentation/user/global.itely

index 931b47b197d1c1470bb4bbb37667f8216031c3c8..c7ff49008c3ce42489fb8f2001fc78ccf7dfb843 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * Documentation/user/global.itely (Creating MIDI files): Fix
+       compilation problem.
+
 2005-11-22  Graham Percival  <gpermus@gmail.com>
 
        * Documentation/user/basic-notation.itely: clarify dynamic
index 1e8bc6c471c065eb02bfc10555db2a26fff06d8c..74eee9c61a91be39f430f489ef98499eedf98c96 100644 (file)
@@ -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