From 93dd10df0dc98a98c8925d0354fd6231798f79d5 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Fri, 9 Sep 2011 13:10:37 +0200 Subject: [PATCH] parser.yy: allow music function pitch arguments also in chord mode. --- lily/parser.yy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lily/parser.yy b/lily/parser.yy index 9a686fe216..176b4a0877 100644 --- a/lily/parser.yy +++ b/lily/parser.yy @@ -1164,7 +1164,7 @@ function_arglist_nonmusic_last: | EXPECT_MARKUP function_arglist simple_string { $$ = scm_cons ($3, $2); } - | EXPECT_PITCH function_arglist pitch { + | EXPECT_PITCH function_arglist pitch_also_in_chords { $$ = scm_cons ($3, $2); } | EXPECT_DURATION closed_function_arglist duration_length { -- 2.39.5