]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/simultaneous-music-iterator.cc
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / simultaneous-music-iterator.cc
index 62d3b3c200e8396c8b50f496ef96239ce0daecd7..a264d55ba9ab1174c80c4ce9001b4ea1c8687e83 100644 (file)
@@ -51,14 +51,14 @@ Simultaneous_music_iterator::construct_children ()
         number number as name */
 
       SCM name = ly_symbol2scm (get_outlet ()->context_name ().c_str ());
-      Context *c = (j && create_separate_contexts_)
+      Context *t = (j && create_separate_contexts_)
        ? get_outlet ()->find_create_context (name, to_string (j), SCM_EOL)
        : get_outlet ();
 
-      if (!c)
-       c = get_outlet ();
+      if (!t)
+       t = get_outlet ();
 
-      mi->init_context (mus, c);
+      mi->init_translator (mus, t);
       mi->construct_children ();
 
       if (mi->ok ())