]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 19 Apr 2004 21:46:16 +0000 (21:46 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 19 Apr 2004 21:46:16 +0000 (21:46 +0000)
lily/parser.yy

index ee9685895c734b9f4a5a22c23a7608d9b17d1e4c..27bdcdf994caae3af6d9140614669fadfe131c13 100644 (file)
@@ -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 ();
                }