]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/simultaneous-music-iterator.cc
Run `make grand-replace'.
[lilypond.git] / lily / simultaneous-music-iterator.cc
index a264d55ba9ab1174c80c4ce9001b4ea1c8687e83..271ae1dc7d59610b4a16ab7be3715fd3b3fd7886 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "simultaneous-music-iterator.hh"
@@ -51,14 +51,14 @@ Simultaneous_music_iterator::construct_children ()
         number number as name */
 
       SCM name = ly_symbol2scm (get_outlet ()->context_name ().c_str ());
-      Context *t = (j && create_separate_contexts_)
+      Context *c = (j && create_separate_contexts_)
        ? get_outlet ()->find_create_context (name, to_string (j), SCM_EOL)
        : get_outlet ();
 
-      if (!t)
-       t = get_outlet ();
+      if (!c)
+       c = get_outlet ();
 
-      mi->init_translator (mus, t);
+      mi->init_context (mus, c);
       mi->construct_children ();
 
       if (mi->ok ())