]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/rhythmic-music-iterator.cc
Clean fonts and docs makefiles, trying to fix 'make -j' race conditions
[lilypond.git] / lily / rhythmic-music-iterator.cc
index 3a91d9d7cb21ab68d4faff9152de9449be274656..951c145ec83c65cee469f4cec50c6c1adafab3a5 100644 (file)
@@ -47,7 +47,7 @@ Rhythmic_music_iterator::process (Moment m)
       descend_to_bottom_context ();
 
       Context *c = get_outlet ();
-      Stream_event *ev = get_music ()->to_event ();
+      Stream_event *ev = get_music ()->to_event (c);
       SCM arts = ev->get_property ("articulations");
 
       if (scm_is_pair (arts))