]> git.donarmstrong.com Git - lilypond.git/commitdiff
parser.yy: make INVALID more self-descriptive in case it occurs in syntax errors.
authorDavid Kastrup <dak@gnu.org>
Mon, 12 Sep 2011 09:03:37 +0000 (11:03 +0200)
committerDavid Kastrup <dak@gnu.org>
Mon, 12 Sep 2011 17:10:02 +0000 (19:10 +0200)
lily/parser.yy

index d061ab7ece0b242911f8d3dfb53001fb037ecd56..78b3ff4d2eb8d44119c31fbf84093502d4c335ce 100644 (file)
@@ -187,7 +187,7 @@ void set_music_properties (Music *p, SCM a);
 %token FIGURES "\\figures"
 %token GROBDESCRIPTIONS "\\grobdescriptions"
 %token HEADER "\\header"
-%token INVALID "\\invalid"
+%token INVALID "\\version-error"
 %token KEY "\\key"
 %token LAYOUT "\\layout"
 %token LYRICMODE "\\lyricmode"