]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/my-lily-lexer.cc
release: 1.1.41
[lilypond.git] / lily / my-lily-lexer.cc
index 309602f469d1320723852103a032c82647aae85d..4d5a2a024c0bc0565bdadaa64f07521eb37829a9 100644 (file)
@@ -31,6 +31,8 @@ static Keyword_ent the_key_tab[]={
   {"clef", CLEF},
   {"cm", CM_T},
   {"consists", CONSISTS},
+  {"consistsend", CONSISTSEND},
+  {"context", CONTEXT},
   {"duration", DURATION},
   {"font", FONT},
   {"grouping", GROUPING},
@@ -65,8 +67,8 @@ static Keyword_ent the_key_tab[]={
   {"spandynamic", SPANDYNAMIC},
   {"tempo", TEMPO},
   {"translator", TRANSLATOR},
-  {"type", TYPE},
   {"transpose", TRANSPOSE},
+  {"type", TYPE},
   {"version", VERSION},
   {0,0}
 };