]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/my-lily-parser.cc
*** empty log message ***
[lilypond.git] / lily / my-lily-parser.cc
index b912dc4b512d281a6dd95ac35ec116fee1ab3831..86d7bc3fa95059aeb33707e0be5f99ce14b657c7 100644 (file)
@@ -35,11 +35,12 @@ My_lily_parser::~My_lily_parser ()
 
 
 void
-My_lily_parser::parse_file (String init, String s)
+My_lily_parser::parse_file (String init, String in_file, String out_file)
 {
   lexer_ = new My_lily_lexer;
-
-  lexer_->main_input_string_ = s;
+  output_basename_ = out_file;
+  
+  lexer_->main_input_name_ = in_file;
 
   progress_indication (_ ("Parsing..."));