X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fmy-lily-lexer.cc;h=a0947945ac6b928f585a409ee53adac80fd7b3d4;hb=d6048913c2c793a6298a3e16a1a25c76711463b1;hp=4d5a2a024c0bc0565bdadaa64f07521eb37829a9;hpb=42ab6ff971c06253b34f96ed122836ab88d09cc0;p=lilypond.git diff --git a/lily/my-lily-lexer.cc b/lily/my-lily-lexer.cc index 4d5a2a024c..a0947945ac 100644 --- a/lily/my-lily-lexer.cc +++ b/lily/my-lily-lexer.cc @@ -21,7 +21,7 @@ #include "scope.hh" static Keyword_ent the_key_tab[]={ - {"absdynamic", ABSDYNAMIC}, + {"spanrequest", SPANREQUEST}, {"accepts", ACCEPTS}, {"alternative", ALTERNATIVE}, {"bar", BAR}, @@ -64,7 +64,7 @@ static Keyword_ent the_key_tab[]={ {"script", SCRIPT}, {"shape", SHAPE}, {"skip", SKIP}, - {"spandynamic", SPANDYNAMIC}, + {"textscript", TEXTSCRIPT}, {"tempo", TEMPO}, {"translator", TRANSLATOR}, {"transpose", TRANSPOSE},