]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/global-context.cc
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / lily / global-context.cc
index be523665b921911b0ffdffeef28cb675d2343c8d..f494ab4191e63c2b5025afe603aef5dacb14991e 100644 (file)
@@ -180,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 ();
     }