]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/music-output-def.hh
release: 1.3.55
[lilypond.git] / lily / include / music-output-def.hh
index bc83ff39aaeec7687d9c1fc9142701ec4f3d7294..4b4c0f3d1cabcc417afd0c6b7365469a6bbf86e5 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -13,8 +13,8 @@
 #include "string.hh"
 #include "lily-proto.hh"
 #include "virtual-methods.hh"
-#include "plist.hh"
 #include "dictionary.hh"
+#include "scm-hash.hh"
 
 /**
   Definition of how to output mudela. 
@@ -26,9 +26,6 @@ public:
   Scope *scope_p_;
   
   Array<String> filename_str_arr_;
-
-
-
   
   Music_output_def (Music_output_def const&);
   Music_output_def ();
@@ -40,8 +37,8 @@ public:
 
   Global_translator *get_global_translator_p ();
   Translator_group *get_group_translator_p (String type) const;
-    String get_default_output () const;
-  void assign_translator (Translator*);
+  String get_default_output () const;
+  void assign_translator (Translator_group*);
   Translator * find_translator_l (String) const;
   virtual int get_next_default_count () const;
 };