]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/my-lily-lexer.cc
release: 0.1.7
[lilypond.git] / lily / my-lily-lexer.cc
index a67aac8a7608b9b5d42ab64afb2de3071eefba59..18155a56e7584574c8faf79fdaec026d8999d632 100644 (file)
@@ -33,11 +33,9 @@ static Keyword_ent the_key_tab[]={
     {"duration", DURATIONCOMMAND},
     {"absdynamic", ABSDYNAMIC},
     {"group", GROUP},
-    {"geometric", GEOMETRIC},
     {"hshift", HSHIFT},
     {"id", ID},
     {"in", IN_T},
-    {"init_end", INIT_END},
     {"requesttranslator", REQUESTTRANSLATOR},
     {"lyric", LYRIC},
     {"key", KEY},
@@ -47,7 +45,6 @@ static Keyword_ent the_key_tab[]={
     {"midi", MIDI},
     {"mm", MM_T},
     {"multi", MULTI},
-    {"note", NOTE},
     {"notenames", NOTENAMES},
     {"octave", OCTAVECOMMAND},
     {"output", OUTPUT},
@@ -59,7 +56,6 @@ static Keyword_ent the_key_tab[]={
     {"script", SCRIPT},
     {"skip", SKIP},
     {"staff", STAFF},
-    {"start", START_T},
     {"stem", STEM},
     {"table", TABLE},
     {"spandynamic", SPANDYNAMIC}, 
@@ -68,8 +64,6 @@ static Keyword_ent the_key_tab[]={
     {"texid", TEXID},
     {"textstyle", TEXTSTYLE},
     {"transpose", TRANSPOSE},
-    {"unitspace", UNITSPACE},
-    {"width", WIDTH},
     {"version", VERSION},
     {"grouping", GROUPING},
     {0,0}