From: fred Date: Sun, 24 Mar 2002 19:27:08 +0000 (+0000) Subject: lilypond-0.0.21 X-Git-Tag: release/1.5.59~5655 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f2fec0de32e5e8b8479fde2c6e258ae565f05cb4;p=lilypond.git lilypond-0.0.21 --- diff --git a/src/mylexer.cc b/src/mylexer.cc index 699a46d9fa..53763a6ab2 100644 --- a/src/mylexer.cc +++ b/src/mylexer.cc @@ -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,