From: Han-Wen Nienhuys Date: Mon, 19 Apr 2004 21:46:16 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.3.1~57 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=fadc52d775b6a34bb9a5d5956ec2dd1ec8683ef6;p=lilypond.git *** empty log message *** --- diff --git a/lily/parser.yy b/lily/parser.yy index ee9685895c..27bdcdf994 100644 --- a/lily/parser.yy +++ b/lily/parser.yy @@ -1086,10 +1086,9 @@ basic music objects too, since the meaning is different. SCM nn = THIS->lexer_->lookup_identifier ("drumPitchNames"); THIS->lexer_->push_note_state (alist_to_hashq (nn)); } - /* FIXME: This used to be: + /* FIXME: This used to be: */ Music -*/ - Grouped_music_list +/* Grouped_music_list */ { $$ = $3; THIS->lexer_->pop_state (); }