From: fred Date: Tue, 10 Dec 1996 13:21:42 +0000 (+0000) Subject: lilypond-0.0.15 X-Git-Tag: release/1.5.59~6633 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=cf76362a8715ffa737ca04e0cf214fe7b8d1f286;p=lilypond.git lilypond-0.0.15 --- diff --git a/src/table.cc b/src/table.cc index cfb0db0cb9..a61676159a 100644 --- a/src/table.cc +++ b/src/table.cc @@ -31,6 +31,8 @@ static Keyword_ent the_key_tab[]={ "staff", STAFF, "start", START_T, "table", TABLE, + "symboltables", SYMBOLTABLES, + "texid", TEXID, "chord", CHORD, "multi", MULTI, "unitspace", UNITSPACE, @@ -39,6 +41,7 @@ static Keyword_ent the_key_tab[]={ "voices", VOICES, "width", WIDTH, "music", MUSIC, + "grouping", GROUPING, 0,0 }; @@ -69,8 +72,7 @@ add_identifier(Identifier*i) void delete_identifiers() -{ - +{ for (Assoc_iter ai(the_id_tab); ai.ok(); ai++) { mtor << "deleting: " << ai.key()<<'\n'; delete ai.val();