]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/my-lily-parser.hh
*** empty log message ***
[lilypond.git] / lily / include / my-lily-parser.hh
index c30fca5742b5fc0a1a6adba7cfb72ee56bc005f8..b98bc843ba01ed824e567a584e79a7656ba7ba89 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--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
 class My_lily_parser 
 {
 public:
-  My_lily_parser (Sources * sources);
+  My_lily_parser (Input_file_results * sources);
   ~My_lily_parser ();
 
   void do_init_file ();
-  void parse_file ( String init_string, String file_string);
+  void parse_file (String init, String file, String out_name);
 
 public:
   Duration default_duration_;
-
+  String output_basename_;
+  
   Scheme_hash_table *default_header_;
 
   int fatal_error_;
-  Sources * source_;
+  Input_file_results * input_file_;
   int error_level_;
 
   My_lily_lexer * lexer_;