lilypond-0.1.12
[lilypond.git] / lily / translator.cc
blob642c9b94012a5b3630fee15b514956929e4cad1f
1 /*
2 Translator.cc -- implement Translator
4 source file of the GNU LilyPond music typesetter
6 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
9 #include "translator.hh"
11 Translator::Translator()
13 iterator_count_ = 0;
17 IMPLEMENT_IS_TYPE_B(Translator);
19 bool
20 Translator::try_request (Request*)
22 return false;
26 void
27 Translator::print() const