From 6950b3e065410d54e1c55fa5c5c296318842709c Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Tue, 2 Oct 2012 16:43:11 +0200 Subject: [PATCH] Assignments can't contain literal lyric music (wrong lexer mode) Since assignments can't happen in lyrics mode (only in INITIAL mode or the initial music mode), there is no point in supporting non-mode-switching items on the right side of assignments that can only occur in lyrics mode. --- lily/parser.yy | 1 - 1 file changed, 1 deletion(-) diff --git a/lily/parser.yy b/lily/parser.yy index 13f071a288..193655cb35 100644 --- a/lily/parser.yy +++ b/lily/parser.yy @@ -1033,7 +1033,6 @@ music_arg: music_assign: simple_music | composite_music %prec COMPOSITE - | lyric_element_music ; repeated_music: -- 2.39.5