]> git.donarmstrong.com Git - lilypond.git/blob - lily/score-translator.cc
* configure.in: Test for and accept lmodern if EC fonts not found.
[lilypond.git] / lily / score-translator.cc
1 /*   
2   score-translator.cc --  implement Score_translator
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 2004 Han-Wen Nienhuys <hanwen@xs4all.nl>
7  */
8
9 #include "score-translator.hh"
10
11 #include "moment.hh"
12
13 void
14 Score_translator::prepare (Moment)
15 {
16 }
17
18 Music_output*
19 Score_translator::get_output ()
20 {
21   return 0;
22 }
23
24 void
25 Score_translator::finish ()
26 {
27 }
28
29 void
30 Score_translator::one_time_step ()
31 {
32 }