]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/parser.yy
*** empty log message ***
[lilypond.git] / lily / parser.yy
index fa453ad70db7130f9047479bd936cbaaee9468b0..e0f512186f3e8c68e7b0dea6352221469509aa9e 100644 (file)
@@ -236,7 +236,7 @@ or
 %token ACCEPTS
 %token ADDLYRICS
 %token ADDQUOTE
-%token NEWADDLYRICS
+%token LYRICSTO
 %token ALIAS
 %token ALTERNATIVE
 %token APPLY
@@ -1137,7 +1137,7 @@ re_rhythmed_music:
          scm_gc_unprotect_object ($2->self_scm ());
          $$ = l;
        }
-       | NEWADDLYRICS string Music {
+       | LYRICSTO string Music {
          Music *l = MY_MAKE_MUSIC ("NewLyricCombineMusic");
          l->set_property ("element", $3->self_scm ());
          scm_gc_unprotect_object ($3->self_scm ());