]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/engraver.cc
Imported Upstream version 2.18.0
[lilypond.git] / lily / engraver.cc
index db1303d63ce3b918f95e5d9f254c589a84bf89ea..b8bf1234c04d625fe36c635c38aa3bad1a24c85b 100644 (file)
@@ -53,7 +53,7 @@ Engraver::make_grob_info (Grob *e, SCM cause)
   /* TODO: Remove Music code when it's no longer needed */
   if (Music *m = unsmob_music (cause))
     {
-      cause = m->to_event (context ())->unprotect ();
+      cause = m->to_event ()->unprotect ();
     }
   if (e->get_property ("cause") == SCM_EOL
       && (unsmob_stream_event (cause) || unsmob_grob (cause)))