]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/staff-performer.hh
patch::: 0.0.73pre.jcn1: epsilon performance
[lilypond.git] / lily / include / staff-performer.hh
1 /*
2   staff-performer.hh -- declare Staff_performer
3
4   (c) 1996, 1997 Han-Wen Nienhuys <hanwen@stack.nl>
5                  Jan Nieuwenhuizen <jan@digicash.com>
6  */
7
8 #ifndef STAFF_PERFORMER_HH
9 #define STAFF_PERFORMER_HH
10
11 #include "performer-group-performer.hh"
12
13 class Staff_performer : public Performer_group_performer 
14 {
15     int midi_track_i_;
16
17 public:
18     String instrument_str()
19     virtual void play_event( Midi_item i );
20 };
21
22 #endif // STAFF_PERFORMER_HH