]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/quote-iterator.cc
Issue 4064: Remove misleading \notemode example
[lilypond.git] / lily / quote-iterator.cc
index dc347e2e20865838e8cd45b957f6761eb718c8c8..17f7b7143342260173f6f61c4f02db233a8f1e12 100644 (file)
@@ -260,7 +260,7 @@ Quote_iterator::process (Moment m)
         {
           SCM ev_acc = scm_car (s);
 
-          Stream_event *ev = unsmob_stream_event (scm_car (ev_acc));
+          Stream_event *ev = Stream_event::unsmob (scm_car (ev_acc));
           if (!ev)
             programming_error ("no music found in quote");
           else if (accept_music_type (ev, is_cue))