]> git.donarmstrong.com Git - lilypond.git/blob - lily/translator.cc
release: 0.0.72pre
[lilypond.git] / lily / translator.cc
1 /*
2   Translator.cc -- implement Translator
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8
9 #include "translator.hh"
10 Translator::Translator()
11 {
12     iterator_count_  = 0;
13 }
14
15 IMPLEMENT_STATIC_NAME(Translator);
16 IMPLEMENT_IS_TYPE_B(Translator);