]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/Coriolan/coriolan-midi.ly
ba81ffaf754acc44d86ebbbddab3c180f14f9f1c
[lilypond.git] / mutopia / Coriolan / coriolan-midi.ly
1 \midi{ 
2         \tempo 4 = 150; 
3         \translator {
4                 \VoiceContext
5                 \name "VoiceOne";
6         }
7         \translator {
8                 \VoiceContext
9                 \name "VoiceTwo";
10                 %\remove "Span_dynamic_engraver";
11                 %\remove "Dynamic_engraver";
12         }
13         \translator {
14                 \StaffContext
15                 \accepts "VoiceOne";
16                 \accepts "VoiceTwo";
17         }
18 }