]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/music.cc
release: 0.1.13
[lilypond.git] / lily / music.cc
index 7de77d1fc9551ee6d5eed197aa5165054593cc4c..053275cc1f4dfda7b0421d5a91b1def08c9c6c1e 100644 (file)
@@ -24,8 +24,8 @@ Music::print() const
   if (! check_debug)
        return ;
   DOUT << name() << "{";
-  if  (type_str_!="" || id_str_!="")
-       DOUT << "`" <<type_str_ << " = " << id_str_<<"\'";
+  if  (translator_type_str_)
+       DOUT << translator_type_str_ << " = " << translator_id_str_;
   do_print();
   DOUT << "}\n";
 #endif