]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/my-lily-lexer.cc
release: 1.3.111
[lilypond.git] / lily / my-lily-lexer.cc
index 44c2597ed73fb6489b4dda52f6183bc1d625515a..bf1cb58de941b4449201ba5e3db69a9a522e917b 100644 (file)
@@ -59,11 +59,12 @@ static Keyword_ent the_key_tab[]={
   {"midi", MIDI},
   {"mm", MM_T},
   {"name", NAME},
-  {"notenames", NOTENAMES},
+  {"pitchnames", PITCHNAMES},
   {"notes", NOTES},
   {"outputproperty", OUTPUTPROPERTY},
-  {"push", PUSH},
-  {"pop", POP},
+  {"override", OVERRIDE},
+  {"set", SET},
+  {"revert", REVERT},
   {"partial", PARTIAL},
   {"paper", PAPER},
   {"penalty", PENALTY},