]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/my-lily-parser.cc
2003 -> 2004
[lilypond.git] / lily / my-lily-parser.cc
index 86d7bc3fa95059aeb33707e0be5f99ce14b657c7..a04551bf45db759d2c28059b0a6fa5bcac93c48e 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
        Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
@@ -114,7 +114,7 @@ My_lily_parser::here_input () const
 }
 
 #include "paper-def.hh"
-#include "translator-def.hh"
+#include "context-def.hh"
 
 My_lily_parser * current_parser;
 
@@ -132,7 +132,7 @@ My_lily_parser::paper_description ()
   SCM l = SCM_EOL;
   for (SCM s = al ; gh_pair_p (s); s = ly_cdr (s))
     {
-      Translator_def * td = unsmob_translator_def (ly_cdar (s));
+      Context_def * td = unsmob_context_def (ly_cdar (s));
       l = gh_cons (gh_cons (ly_caar (s), td->to_alist ()),  l);
     }
   return l;