]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/translator-def.cc
* Documentation/user/music-glossary.itely: add Finnish author.
[lilypond.git] / lily / translator-def.cc
index 9a69bd38e0362444bb01e0bf29269db4dc9209f2..f48e78d3aa3a9d0c979bcb1e0888bbeb9ca9f720 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 2000--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 2000--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -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<Translator_group*> (g);
-  tg->output_def_ = md;
   tg->definition_ = self_scm ();
 
   SCM trans_names = get_translator_names (ops);