From: David Kastrup <dak@gnu.org>
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.6-1~46^2~3^2~25
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5eb294ac713ef9e36a6c0997c24d65b5f648eaee;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;
 	}