From: fred Date: Sun, 24 Mar 2002 19:58:28 +0000 (+0000) Subject: lilypond-0.1.16 X-Git-Tag: release/1.5.59~3844 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3a3c04488baaefee8a5e41f6b9a91c60488a4136;p=lilypond.git lilypond-0.1.16 --- diff --git a/lily/parser.y b/lily/parser.y index 8a60f8b3ab..c9b1dd4949 100644 --- a/lily/parser.y +++ b/lily/parser.y @@ -573,6 +573,7 @@ Music: | Chord { $$ = $1; } | transposed_music { $$ = $1; } | MUSIC_IDENTIFIER { $$ = $1->music (); } + | MUSIC_IDENTIFIER ';' { $$ = $1->music (); } | MELODIC { THIS->lexer_p_->push_note_state (); } Music