]> git.donarmstrong.com Git - lilypond.git/blob - lily/score-performer.cc
patch::: 0.0.73pre.jcn1: epsilon performance
[lilypond.git] / lily / score-performer.cc
1 /*
2   score-performer.cc -- implement Score_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 "score-performer.hh"
11
12 void 
13 Score_performer::play_event( Midi_item i )
14 {
15     file_p_->output( i );
16 }
17
18 void 
19 Score_performer::prepare(Moment m)
20 {
21     file_p_->move( mom.prev_ );
22 }
23
24 #endif