lilypond-devel
[Top][All Lists]
Advanced

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

[PATCH] Parser docfix for tokenization of music function signatures.


From: David Kastrup
Subject: [PATCH] Parser docfix for tokenization of music function signatures.
Date: Thu, 29 Apr 2010 17:42:33 +0200

---
 lily/parser.yy |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lily/parser.yy b/lily/parser.yy
index 99e15a4..ac0d357 100644
--- a/lily/parser.yy
+++ b/lily/parser.yy
@@ -1077,7 +1077,7 @@ function_scm_argument:
        ;
 
 /* An argument list. If a function \foo expects scm scm music, then the lexer 
expands \foo into the token sequence:
- MUSIC_FUNCTION EXPECT_MUSIC EXPECT_SCM EXPECT_SCM
+ MUSIC_FUNCTION EXPECT_MUSIC EXPECT_SCM EXPECT_SCM EXPECT_NO_MORE_ARGS
 and this rule returns the reversed list of arguments. */
 
 function_arglist_music_last:
-- 
1.6.5.3.153.g0670





reply via email to

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