]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/quote-iterator.cc
* scm/define-music-properties.scm (all-music-properties): add
[lilypond.git] / lily / quote-iterator.cc
index 9e012104de4cbd1edeeaebfea9d2cfbf5edb0a35..15f5a1aef9063f5283765752d9feb87acb4217bb 100644 (file)
@@ -81,7 +81,7 @@ Quote_iterator::construct_children ()
   if (!unsmob_duration (dur))
     return ;
 
-  set_translator (get_outlet ()->get_default_interpreter ());
+  set_context (get_outlet ()->get_default_interpreter ());
   
   Moment now = get_outlet ()->now_mom ();
   Moment stop = now + unsmob_duration (dur)->get_length ();