]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/paper-outputter.hh
*** empty log message ***
[lilypond.git] / lily / include / paper-outputter.hh
index 97f8fc2cabec29cfdbc6bf5e3e1cdd9af0775be3..82c359452244cd7d35342b5bbf09f533228c400b 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -27,8 +27,6 @@
 class Paper_outputter
 {
   bool verbatim_scheme_b_;
-
-  
 public:
 
   SCM output_func_ ;
@@ -40,20 +38,9 @@ public:
   
   void dump_scheme (SCM);
 
-  void output_int_def (String k, int v);
-  void output_Real_def (String k, Real v);
-  void output_String_def (String k, String v);
-  void output_scope (Scope*, String prefix);
-  void output_version ();
-  void output_font_def (int i, String str);
-  void output_font_switch (int i);
-  void output_header ();
-  void output_comment (String s);
-  void output_string (SCM s);
+  void output_metadata (SCM, Paper_def*);
+  void output_music_output_def (Music_output_def* odef);
   void output_scheme (SCM scm);
-
-  void write_header_field_to_file (String filename, SCM, SCM);
-  void write_header_fields_to_file (Scope *);
 };
 
 #endif // PAPER_OUTPUTTER_HH