]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/music.cc
release: 1.1.41
[lilypond.git] / lily / music.cc
index 1c2deb27977c3901025fe378338275fb4ecee69e..c7bd75a435ecec314b057217db7210ab4ee8c09d 100644 (file)
@@ -39,8 +39,10 @@ Music::print() const
   if (! check_debug)
     return ;
   DOUT << classname(this) << "{";
+  /*
   if  (translator_type_str_.length_i ())
     DOUT << translator_type_str_ << " = " << translator_id_str_;
+  */
   do_print();
   DOUT << "}\n";
 #endif