]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 2808: Allow direction - ^ _ before string indication \1, \2...
authorDavid Kastrup <dak@gnu.org>
Mon, 3 Sep 2012 23:39:35 +0000 (01:39 +0200)
committerDavid Kastrup <dak@gnu.org>
Fri, 7 Sep 2012 14:41:38 +0000 (16:41 +0200)
lily/parser.yy

index 35252bcb6e84f9fba33a6e6f2dbe43ef265286a0..b7d9df12140de7e098fa524a1f9a8d9231220f1c 100644 (file)
@@ -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;
        }