]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/change-iterator.cc
* lily/change-iterator.cc (process): use find_existing_context().
[lilypond.git] / lily / change-iterator.cc
index 804e3ff6e3887aae772539cc7dc284b03a2c5adb..829ca048a4e225d458d2616f62cee15daad9b62e 100644 (file)
@@ -65,7 +65,7 @@ Change_iterator::process (Moment m)
     if (last)
       {
        Context * dest = 
-         get_outlet ()->find_create_context (to_type, to_id, SCM_EOL);
+         get_outlet ()->find_existing_context (to_type, to_id, SCM_EOL);
        current->remove_context (last);
        dest->add_context (last);
       }