]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/score.hh
* Another grand 2003 update.
[lilypond.git] / lily / include / score.hh
index 91db1701874e22bcf818cd09b4ca260f3517c121..38e7d8b9345168533e3ce57cbe50233c83af84e1 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
 class Score: public Input {
 public:
   /// paper_, staves_ and commands_ form the problem definition.
-  Link_array<Music_output_def> def_p_arr_;
+  Link_array<Music_output_def> defs_;
   SCM music_;
-  Scheme_hash_table * header_p_;
-
-  int errorlevel_i_;
+  SCM header_;
+  Input_file_results* input_file_;
+  
+  int errorlevel_;
     
   /// construction
   Score ();
@@ -32,7 +33,7 @@ public:
 
 
   void process ();
-  void add_output (Music_output_def *def_p);
+  void add_output (Music_output_def *def);
   DECLARE_SMOBS (Score,foo);
 private:
   void run_translator (Music_output_def*);