From 4c1b3e32059b558b9e1c1c25268b7639aef687d4 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Tue, 4 Sep 2012 01:39:35 +0200 Subject: [PATCH] Issue 2808: Allow direction - ^ _ before string indication \1, \2... --- lily/parser.yy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lily/parser.yy b/lily/parser.yy index 35252bcb6e..b7d9df1214 100644 --- a/lily/parser.yy +++ b/lily/parser.yy @@ -2379,7 +2379,6 @@ post_event_nofinger: } $$ = $2; } - | string_number_event | '^' fingering { $$ = $2; @@ -2455,6 +2454,7 @@ direction_less_event: } $$ = m->unprotect (); } + | string_number_event | EVENT_IDENTIFIER { $$ = $1; } -- 2.39.2