]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/global-translator.cc
tets
[lilypond.git] / lily / global-translator.cc
index a7fb3e0c3c0f5f946e1e8f19a3ddb9bf600c7e17..0f6d75c11735df500e97c3a670e30afa272ee2bd 100644 (file)
@@ -5,8 +5,9 @@
 
   (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
+#include <stdio.h>
 
-#include "debug.hh"
+#include "warn.hh"
 #include "music.hh"
 #include "request.hh"
 #include "music-list.hh"
@@ -97,8 +98,9 @@ Global_translator::run_iterator_on_me (Music_iterator * iter)
        }
 
       w = sneaky_insert_extra_moment (w);
+      
+      //      printf ("proccing %s\n ",       w.str().ch_C());
 
-      //      cout << "Proccing " << w << endl;
 
       
       if (first)