]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.15
authorfred <fred>
Tue, 10 Dec 1996 13:21:42 +0000 (13:21 +0000)
committerfred <fred>
Tue, 10 Dec 1996 13:21:42 +0000 (13:21 +0000)
src/table.cc

index cfb0db0cb9ab8cd6fce8acd2a52bcc274e3ba697..a61676159a7784f51991297abb6eaf39a67e42e9 100644 (file)
@@ -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<String,Identifier*> ai(the_id_tab); ai.ok(); ai++) {
        mtor << "deleting: " << ai.key()<<'\n';
        delete ai.val();