]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/staff-performer.hh
patch::: 0.0.74pre.jcn1: pats
[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 public:
16     NAME_MEMBERS();
17
18     Staff_performer();
19     ~Staff_performer();
20
21     String instrument_str();
22
23 protected:
24     virtual void play_event( Midi_item* l );
25
26 private:
27     int midi_track_i_;
28 };
29
30 #endif // STAFF_PERFORMER_HH