]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/my-lily-lexer.cc
release: 1.0.9
[lilypond.git] / lily / my-lily-lexer.cc
index 869d5527bd81098aca03a036a5649eb9f5e76451..01b33c406eaaeddd4fdcf602832abba91c85c806 100644 (file)
@@ -35,19 +35,18 @@ static Keyword_ent the_key_tab[]={
   {"duration", DURATION},
   {"font", FONT},
   {"grouping", GROUPING},
+  {"header", HEADER},
   {"in", IN_T},
   {"lyric", LYRIC},
   {"key", KEY},
   {"keysignature", KEYSIGNATURE},
   {"mark", MARK},
-  {"melodic" , MELODIC},
   {"musicalpitch", MUSICAL_PITCH},
   {"time", TIME_T},
   {"midi", MIDI},
   {"mm", MM_T},
-  {"multi", MULTI},
-  {"header", HEADER},
   {"notenames", NOTENAMES},
+  {"notes" , NOTES},
   {"octave", OCTAVE},
   {"output", OUTPUT},
   {"partial", PARTIAL},
@@ -60,7 +59,6 @@ static Keyword_ent the_key_tab[]={
   {"script", SCRIPT},
   {"shape", SHAPE},
   {"skip", SKIP},
-  {"staff", STAFF},
   {"table", TABLE},
   {"spandynamic", SPANDYNAMIC},
   {"symboltables", SYMBOLTABLES},