]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lily-parser.cc
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / lily-parser.cc
index 1f073fb07a3b7cff5a0bf60efe519fd16b3b46bf..65160851e16ee39ceb01f7805f7112fd228676b3 100644 (file)
@@ -141,6 +141,7 @@ Lily_parser::parse_string (string ly_code)
   lexer_->main_input_name_ = "<string>";
   lexer_->is_main_input_ = true;
 
+  set_yydebug (0);
   lexer_->new_input (lexer_->main_input_name_, ly_code, sources_);
 
   SCM mod = lexer_->set_current_scope ();