]> git.donarmstrong.com Git - lilypond.git/blob - lily/staff-performer.cc
patch::: 0.0.73pre.jcn1: epsilon performance
[lilypond.git] / lily / staff-performer.cc
1 /*
2   staff-performer.cc -- implement Staff_performer
3
4   (c) 1996, 1997 Han-Wen Nienhuys <hanwen@stack.nl>
5                  Jan Nieuwenhuizen <jan@digicash.com>
6  */
7
8 #if 0
9
10 #include "staff-performer.hh"
11
12 String 
13 Staff_performer::instrument_str() 
14
15     return Translator::id_str_; 
16 }
17
18 void 
19 Staff_performer::play_event( Midi_item i )
20 {
21     i.track_i_ = midi_track_i_;
22     Performer::play_event( i );
23 }
24
25 #endif