]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/note-performer.cc
Makelsr.py run
[lilypond.git] / lily / note-performer.cc
index 8219810c8d8dae446a00f65034313ddecf987402..2ab1178472db4049e646ff2dc73088736324d8f3 100644 (file)
@@ -70,7 +70,7 @@ Note_performer::process_music ()
           int velocity = 0;
           for (SCM s = articulations; scm_is_pair (s); s = scm_cdr (s))
             {
-              Stream_event *ev = unsmob_stream_event (scm_car (s));
+              Stream_event *ev = Stream_event::unsmob (scm_car (s));
               if (!ev)
                 continue;