]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lily-parser.cc
Web: update home page.
[lilypond.git] / lily / lily-parser.cc
index 4d4b3ac33e609d8375c17b51bad8a4a86a49a14e..e0722fd9800fbc9167c27abaaece0151a6be709d 100644 (file)
@@ -164,6 +164,12 @@ Lily_parser::parse_string (string ly_code)
   error_level_ = error_level_ | lexer_->error_level_;
 }
 
+void
+Lily_parser::include_string (string ly_code)
+{
+  lexer_->add_string_include (ly_code);
+}
+
 void
 Lily_parser::clear ()
 {