From cf76362a8715ffa737ca04e0cf214fe7b8d1f286 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 10 Dec 1996 13:21:42 +0000 Subject: [PATCH] lilypond-0.0.15 --- src/table.cc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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(); -- 2.39.5