From: David Kastrup Date: Mon, 3 Sep 2012 23:39:35 +0000 (+0200) Subject: Issue 2808: Allow direction - ^ _ before string indication \1, \2... X-Git-Tag: release/2.17.2-1~9 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4c1b3e32059b558b9e1c1c25268b7639aef687d4;p=lilypond.git Issue 2808: Allow direction - ^ _ before string indication \1, \2... --- 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; }