]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/parser.yy
Merge branch 'translation' into 'master'
[lilypond.git] / lily / parser.yy
index 1c8e527b4e46ae56d1a26b418edcb530a6021838..79a4b1114f214c70cd8942e8bd6273e1e417a880 100644 (file)
@@ -2208,8 +2208,8 @@ re_rhythmed_music:
        ;
 
 context_change:
-       CHANGE STRING '=' STRING  {
-               $$ = MAKE_SYNTAX ("context-change", @$, scm_string_to_symbol ($2), $4);
+       CHANGE symbol '=' simple_string  {
+               $$ = MAKE_SYNTAX ("context-change", @$, $2, $4);
        }
        ;