]> git.donarmstrong.com Git - lilypond.git/commitdiff
Parser: remove command_element and command_event synonyms of tempo_event
authorDavid Kastrup <dak@gnu.org>
Thu, 12 Dec 2013 17:57:09 +0000 (18:57 +0100)
committerDavid Kastrup <dak@gnu.org>
Thu, 19 Dec 2013 11:18:32 +0000 (12:18 +0100)
lily/parser.yy

index 0d5f055c36ab4364e4e71bae46a62cd1871b12ad..0ab8a11e927cb1589b034fee02c7e6baa2edaa0b 100644 (file)
@@ -2434,7 +2434,7 @@ event_chord:
                $$ = MAKE_SYNTAX ("multi-measure-rest", i, $2,
                                  scm_reverse_x ($3, SCM_EOL));
        } %prec ':'
-       | command_element
+       | tempo_event
        | note_chord_element
        ;
 
@@ -2537,19 +2537,6 @@ event_function_event:
        }
        ;
 
-command_element:
-       command_event {
-               $$ = $1;
-       }
-       ;
-
-command_event:
-       tempo_event {
-               $$ = $1;
-       }
-       ;
-
-
 post_events:
        /* empty */ {
                $$ = SCM_EOL;