]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/translator.cc
release: 0.0.76
[lilypond.git] / lily / translator.cc
index 66ac05c5d8846e4f87a192fcc8573f88a0663cfd..06e30c21e998a7a3264220f3192f3260d0a8d2fe 100644 (file)
@@ -7,6 +7,7 @@
 */
 
 #include "translator.hh"
+
 Translator::Translator()
 {
     iterator_count_  = 0;
@@ -20,3 +21,10 @@ Translator::try_request(Request*)
 {
     return false;
 }
+
+
+void
+Translator::print()const
+{
+
+}