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 13f071a..193655c 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:
-- 
1.7.9.5


_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to