lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 01/16] Assignments can't contain literal lyric music (wrong lexer


From: David Kastrup
Subject: [PATCH 01/16] Assignments can't contain literal lyric music (wrong lexer mode)
Date: Tue, 9 Oct 2012 20:59:46 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]