From fadc52d775b6a34bb9a5d5956ec2dd1ec8683ef6 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Mon, 19 Apr 2004 21:46:16 +0000 Subject: [PATCH] *** empty log message *** --- lily/parser.yy | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 (); } -- 2.39.5