From: David Kastrup Date: Fri, 9 Sep 2011 11:10:37 +0000 (+0200) Subject: parser.yy: allow music function pitch arguments also in chord mode. X-Git-Tag: release/2.15.11-1~10 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=93dd10df0dc98a98c8925d0354fd6231798f79d5;p=lilypond.git parser.yy: allow music function pitch arguments also in chord mode. --- 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 {