]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/paper-outputter.hh
* input/test/piano-staff-distance.ly: new file.
[lilypond.git] / lily / include / paper-outputter.hh
index 97f8fc2cabec29cfdbc6bf5e3e1cdd9af0775be3..0f8ef616f6451e438e78827fa3d8dc6382310c21 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_ ;
@@ -43,7 +41,7 @@ public:
   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_scope (SCM, String prefix);
   void output_version ();
   void output_font_def (int i, String str);
   void output_font_switch (int i);
@@ -53,7 +51,7 @@ public:
   void output_scheme (SCM scm);
 
   void write_header_field_to_file (String filename, SCM, SCM);
-  void write_header_fields_to_file (Scope *);
+  void write_header_fields_to_file (SCM);
 };
 
 #endif // PAPER_OUTPUTTER_HH