]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/balloon-engraver.cc
Merge branch 'issue4032'
[lilypond.git] / lily / balloon-engraver.cc
index 8c50d2c0a4c35bcd28d16078a8f79f688d56a3f8..fb3cd056fbfda5708f0014c8112958934a9060cc 100644 (file)
@@ -71,7 +71,7 @@ Balloon_engraver::acknowledge_grob (Grob_info info)
   SCM arts = cause ? cause->get_property ("articulations") : SCM_EOL;
   for (SCM s = arts; scm_is_pair (s); s = scm_cdr (s))
     {
-      Stream_event *e = unsmob_stream_event (scm_car (s));
+      Stream_event *e = Stream_event::unsmob (scm_car (s));
       if (e->in_event_class ("annotate-output-event"))
         {
           balloonify (info.grob (), e);