]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lily-parser.hh
parser: change order of arguments for context-specification constructor
[lilypond.git] / lily / include / lily-parser.hh
index 0387e2efd71cfdec019c5c844072e7c0d2ba1ecd..9839d38f4d04e4e2d859172ba44f999a178bba87 100644 (file)
@@ -66,6 +66,7 @@ public:
   void include_string (string ly_code);
   void parse_file (string init, string name, string out_name);
   void parse_string (string ly_code);
+  SCM parse_string_expression (string ly_code);
   void parser_error (string);
   void parser_error (Input const &, string);
   void set_yydebug (bool);