]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/mylexer.cc
release: 0.0.40
[lilypond.git] / lily / mylexer.cc
index 7da6dddec843d7413426c724287cb7aea2763ee9..9c9179c856d4237b5aa65df59d402b5a4bc1873f 100644 (file)
@@ -5,7 +5,7 @@
 #include "assoc-iter.hh"
 #include "lexer.hh"
 #include "input-file.hh"
-#include "parser.hh"
+#include "out/parser.hh"
 #include "keyword.hh"
 #include "assoc.hh"
 #include "lexer.hh"
@@ -20,8 +20,9 @@ static Keyword_ent the_key_tab[]={
     "clef", CLEF,
     "cm", CM_T,
     "command", COMMAND,
-    "commands", COMMANDS,
+    "commands", COMMANDS,    
     "duration", DURATIONCOMMAND,
+    "dynamic", DYNAMIC,
     "geometric", GEOMETRIC,
     "goto", GOTO,
     "in", IN_T,