]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/global-context.cc
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / lily / global-context.cc
index 47e76718db2bd13e6e1c9236bf27df5ab10ef173..f494ab4191e63c2b5025afe603aef5dacb14991e 100644 (file)
@@ -30,8 +30,7 @@ using namespace std;
 #include "output-def.hh"
 #include "warn.hh"
 
-void
-Global_context::pre_init ()
+Preinit_Global_context::Preinit_Global_context ()
 {
   output_def_ = 0;
 }
@@ -181,7 +180,7 @@ Global_context::run_iterator_on_me (Music_iterator *iter)
       if (iter->ok ())
         iter->process (w);
 
-      send_stream_event (this, "OneTimeStep", 0, 0);
+      send_stream_event (this, "OneTimeStep", 0);
       apply_finalizations ();
       check_removal ();
     }