]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/midi-walker.hh
patch::: 0.0.73pre.jcn1: epsilon performance
[lilypond.git] / lily / include / midi-walker.hh
1 /*
2   midi-walker.hh -- declare Midi_walker
3
4   (c) 1996,97 Han-Wen Nienhuys, Jan Nieuwenhuizen <jan@digicash.com>
5   */
6
7 #ifndef MIDIWALKER_HH
8 #define MIDIWALKER_HH
9
10
11 #include "lily-proto.hh"
12
13 #if 0
14
15 /* 
16    sketch. . .
17
18    It would be totally cool to share code with the Engraver hierarchy,
19    but this is very tough i think.
20    
21    */
22
23 class Voice_performer_group_performer : public Performer_group_performer {
24
25 };
26
27 #endif
28
29 #endif // MIDIWALKER_HH
30
31