]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/input-file-results.hh
2003 -> 2004
[lilypond.git] / lily / include / input-file-results.hh
index 95242400b985df68303e13c6ebd482c83b15d52e..66143c51e45ba57409d5a67eecb8c034bca55434 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c)  1998--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1998--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -21,13 +21,13 @@ public:
   Sources sources_;
   Array<String> inclusion_names_;
   Array<String> target_strings_;
-  Link_array<Score> scores_;
   Protected_scm header_;
 
-  void do_deps ();
-  void do_scores ();
+  int score_count_;
+  
+  void do_deps (String);
 
-  Input_file_results (String file, String init);
+  Input_file_results (String init, String in, String out);
   ~Input_file_results ();
   
 private:
@@ -37,7 +37,7 @@ private:
 
 extern Input_file_results* global_input_file;
 
-void do_one_file (String init_string, String file_string);
+void do_one_file (String init_string, String in_file, String out_file);
 
 
 #endif /* FILE_RESULTS_HH */