]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/translator-def.cc
* lily/bar-line.cc (compound_barline): add bartype : (dotted).
[lilypond.git] / lily / translator-def.cc
index d1b53ef096289922606e606b9a477aab81a86238..d83364751fc48dbf29a1b705adab2f3a9438daca 100644 (file)
@@ -262,7 +262,7 @@ Context_def::instantiate (Music_output_def* md, SCM ops)
   tg->definition_ = self_scm ();
 
   SCM trans_names = get_translator_names (ops); 
-  tg->simple_trans_list_ = names_to_translators (trans_names);
+  tg->simple_trans_list_ = names_to_translators (trans_names, tg);
 
   return tg;
 }