]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/global-translator.cc
* lily/grob.cc (programming_error): add Grob::programming_error with
[lilypond.git] / lily / global-translator.cc
index a7fb3e0c3c0f5f946e1e8f19a3ddb9bf600c7e17..9ee578925abe5c49f1e2f874fef42d57c26c7369 100644 (file)
@@ -5,6 +5,7 @@
 
   (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
+#include <stdio.h>
 
 #include "debug.hh"
 #include "music.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)