]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.21
authorfred <fred>
Sun, 24 Mar 2002 19:27:08 +0000 (19:27 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:27:08 +0000 (19:27 +0000)
src/mylexer.cc

index 699a46d9faceee80fe2a55883af9c88770502c63..53763a6ab24c5ed0f506dbc796baa40d588aca38 100644 (file)
@@ -27,9 +27,11 @@ static Keyword_ent the_key_tab[]={
     "output", OUTPUT,
     "partial", PARTIAL,
     "paper", PAPER,
+    "plet", PLET,
     "pt", PT,
     "rhythmic", RHYTHMIC,
     "score", SCORE,
+    "script", SCRIPT,
     "skip", SKIP,
     "staff", STAFF,
     "start", START_T,
@@ -37,6 +39,7 @@ static Keyword_ent the_key_tab[]={
     "symboltables", SYMBOLTABLES,
     "notenames", NOTENAMES,
     "texid", TEXID,
+    "textstyle", TEXTSTYLE,
     "chord", CHORD,
     "multi", MULTI,
     "unitspace", UNITSPACE,