*** empty log message ***
[lilypond.git] / lily / score-translator.cc
blob74c2411d41185df39b2366dc19ce665ebd8d0ed7
1 /*
2 score-translator.cc -- implement Score_translator
4 source file of the GNU LilyPond music typesetter
6 (c) 2004 Han-Wen Nienhuys <hanwen@xs4all.nl>
7 */
9 #include "score-translator.hh"
10 #include "moment.hh"
12 void
13 Score_translator::prepare (Moment)
17 Music_output*
18 Score_translator::get_output ()
20 return 0;
23 void
24 Score_translator::finish ()
28 void
29 Score_translator::one_time_step ()