]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/my-lily-lexer.cc
release: 0.0.74pre
[lilypond.git] / lily / my-lily-lexer.cc
index 8e14e791d25c70780cc38537b7caea5ee496965f..9792102b5a3a7c96c9975f983b22a8bd180debb4 100644 (file)
@@ -1,7 +1,7 @@
 /*
   my-lily-lexer.cc -- implement My_lily_lexer
 
-  source file of the LilyPond music typesetter
+  source file of the GNU LilyPond music typesetter
 
   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
 */
 #include "parseconstruct.hh"
 
 static Keyword_ent the_key_tab[]={
+    {"accepts", ACCEPTS},
+    {"alias", ALIAS},
     {"bar", BAR},
     {"cadenza", CADENZA},
     {"clear", CLEAR},
     {"clef", CLEF},
     {"cm", CM_T},
+    {"consists", CONSISTS},
+    {"contains", CONTAINS},
     {"duration", DURATIONCOMMAND},
     {"absdynamic", ABSDYNAMIC},
     {"group", GROUP},
     {"geometric", GEOMETRIC},
     {"hshift", HSHIFT},
+    {"id", ID},
     {"in", IN_T},
     {"init_end", INIT_END},
-    {"inputregister", INPUT_REGS},
+    {"requesttranslator", REQUESTENGRAVER},
     {"lyric", LYRIC},
     {"key", KEY},
     {"melodic" , MELODIC},
@@ -41,7 +46,7 @@ static Keyword_ent the_key_tab[]={
     {"meter", METER},
     {"midi", MIDI},
     {"mm", MM_T},
-    {"multivoice", MULTIVOICE},
+    {"multi", MULTI},
     {"note", NOTE},
     {"notenames", NOTENAMES},
     {"octave", OCTAVECOMMAND},