]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.16
authorfred <fred>
Sun, 24 Mar 2002 19:58:28 +0000 (19:58 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:58:28 +0000 (19:58 +0000)
lily/parser.y

index 8a60f8b3ab2f46fdb45a02e4a3cc6ea1c53ef65f..c9b1dd49490cfee79228c174c40680da3b2f3811 100644 (file)
@@ -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