]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lily-parser.cc
lily-guile: remove broken and unused function.
[lilypond.git] / lily / lily-parser.cc
index 5c1a3d358d61f390212f14915fa60e1d5c3536ce..12646bb3b450e3c6a65313b52a520fc36b4dfe41 100644 (file)
@@ -175,10 +175,10 @@ Lily_parser::parse_string_expression (string ly_code)
   lexer_->new_input (lexer_->main_input_name_, ly_code, sources_);
 
   SCM mod = lexer_->set_current_scope ();
-  lexer_->push_embedded_token ();
+  lexer_->push_extra_token (EMBEDDED_LILY);
   do_yyparse ();
-  SCM result = lexer_->lookup_identifier_symbol (ly_symbol2scm ("$parseStringResult"));
-  // $parseStringResult is set in the grammar rule for embedded_lilypond
+  SCM result = lexer_->lookup_identifier_symbol (ly_symbol2scm ("parseStringResult"));
+  // parseStringResult is set in the grammar rule for embedded_lilypond
   
   scm_set_current_module (mod);