]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/music.cc
release: 0.1.13
[lilypond.git] / lily / music.cc
index 6cd34fc2a0ed8f91abf96da7a58b671ed09fefe2..053275cc1f4dfda7b0421d5a91b1def08c9c6c1e 100644 (file)
@@ -18,14 +18,14 @@ Music::time_int() const
 }
 
 void
-Music::print()const
+Music::print() const
 {
 #ifndef NPRINT
-  if ( ! check_debug)
+  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
@@ -43,7 +43,7 @@ Music::translate (Moment)
 }
 
 void
-Music::do_print()const
+Music::do_print() const
 {
 }