X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ftranslator-def.cc;h=f48e78d3aa3a9d0c979bcb1e0888bbeb9ca9f720;hb=5cc390968095201b69f142ad01842ac3f08144a2;hp=9a69bd38e0362444bb01e0bf29269db4dc9209f2;hpb=2beb46604db29ec535c8bf512945cfc754aca33c;p=lilypond.git diff --git a/lily/translator-def.cc b/lily/translator-def.cc index 9a69bd38e0..f48e78d3aa 100644 --- a/lily/translator-def.cc +++ b/lily/translator-def.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2003 Han-Wen Nienhuys + (c) 2000--2004 Han-Wen Nienhuys */ @@ -253,13 +253,12 @@ Context_def::get_translator_names (SCM user_mod) const Translator_group * -Context_def::instantiate (Music_output_def* md, SCM ops) +Context_def::instantiate (SCM ops) { Translator * g = get_translator (translator_group_type_); g = g->clone (); Translator_group *tg = dynamic_cast (g); - tg->output_def_ = md; tg->definition_ = self_scm (); SCM trans_names = get_translator_names (ops);