]> git.donarmstrong.com Git - lilypond.git/blob - lily/note-performer.cc
patch::: 0.0.73pre.jcn1: epsilon performance
[lilypond.git] / lily / note-performer.cc
1 /*
2   note-performer.cc -- implement Note_performer
3
4   (c) 1996, 1997 Han-Wen Nienhuys <hanwen@stack.nl>
5                  Jan Nieuwenhuizen <jan@digicash.com>
6  */
7
8 #if 0
9 #include "note-performer.hh"
10
11 void 
12 process_request() 
13 {
14     if ( when() == off_mom_ )
15         play_event( Note_event( current_l_->pitch() ) );
16 }
17 #endif