]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/paper-outputter.hh
*** empty log message ***
[lilypond.git] / lily / include / paper-outputter.hh
index 6098856c58218619b97fcc46930d91c7361cf392..82c359452244cd7d35342b5bbf09f533228c400b 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>
 */
 
 
@@ -38,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 (SCM, 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 (SCM);
 };
 
 #endif // PAPER_OUTPUTTER_HH