From: David Kastrup Date: Thu, 12 Dec 2013 17:57:09 +0000 (+0100) Subject: Parser: remove command_element and command_event synonyms of tempo_event X-Git-Tag: release/2.19.0-1~69^2~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b676e06cee40ed43c1bd1b998e8959c5924a57e8;p=lilypond.git Parser: remove command_element and command_event synonyms of tempo_event --- diff --git a/lily/parser.yy b/lily/parser.yy index 0d5f055c36..0ab8a11e92 100644 --- a/lily/parser.yy +++ b/lily/parser.yy @@ -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;