]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/Coriolan/coriolan-midi.ly
patch::: 1.3.127.jcn4
[lilypond.git] / mutopia / Coriolan / coriolan-midi.ly
index 3d5c9577c8ecff805e156af34e7315f4d29db2e0..a552d6bc9943ea1d81b7917f30b2a92fd35d0926 100644 (file)
@@ -1,3 +1,39 @@
+\version "1.3.120"
 \midi{ 
-       \tempo 4 = 160; 
+       \tempo 4 = 150; 
+
+       \translator {
+               \ThreadContext
+               \name "VoiceCombineThread";
+       }
+       \translator {
+               \VoiceContext
+               \name "VoiceCombineVoice";
+               \accepts "VoiceCombineThread";
+       }
+       \translator {
+               \StaffContext
+               \name "VoiceCombineStaff";
+               \accepts "VoiceCombineVoice";
+       }
+
+       \translator {
+               \ThreadContext
+               \name "StaffCombineThread";
+       }
+       \translator {
+               \VoiceContext
+               \name "StaffCombineVoice";
+               \accepts "StaffCombineThread";
+       }
+       \translator {
+               \StaffContext
+               \name "StaffCombineStaff";
+               \accepts "StaffCombineVoice";
+       }
+       \translator {
+               \ScoreContext
+               \accepts "VoiceCombineStaff";
+               \accepts "StaffCombineStaff";
+       }
 }