]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/music-iterator.cc
Run `make grand-replace'.
[lilypond.git] / lily / music-iterator.cc
index ce824968a9b1d3242c8dd582c77a7ad4e749ac8d..99972ab6d607abdef5a3a2af92b497851012a918 100644 (file)
@@ -3,16 +3,15 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 
-#include "music-iterator.hh"
-
 #include <cstdio>
 using namespace std;
 
 #include "warn.hh"
+#include "music.hh"
 #include "context.hh"
 #include "event-iterator.hh"
 #include "input.hh"
@@ -169,7 +168,7 @@ Music_iterator::report_event (Music *m)
     FIXME: then don't do it. 
   */
   if (!m->is_mus_type ("event"))
-    m->origin ()->programming_error (_f ("Sending non-event to context"));
+    m->origin ()->programming_error (_ ("Sending non-event to context"));
 
   m->send_to_context (get_outlet ());
 }