From: fred Date: Mon, 18 Nov 1996 20:58:14 +0000 (+0000) Subject: lilypond-0.0.10 X-Git-Tag: release/1.5.59~6792 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=cc2560ff9d4b0a1a680fda8041d69b6a12312fb3;p=lilypond.git lilypond-0.0.10 --- diff --git a/src/table.cc b/src/table.cc index 1f302259e9..f2407904a1 100644 --- a/src/table.cc +++ b/src/table.cc @@ -10,6 +10,7 @@ static Keyword_ent the_key_tab[]={ "voice", VOICE, "rhythmstaff", RHYTHMSTAFF, "melodicstaff", MELODICSTAFF, + "clef", CLEF, "score", SCORE, "bar", BAR, "output", OUTPUT, @@ -20,6 +21,8 @@ static Keyword_ent the_key_tab[]={ "mm", MM, "paper", PAPER, "width", WIDTH, + "violin", VIOLIN, + "bass", BASS, "meter", METER, "unitspace", UNITSPACE, "skip", SKIP, @@ -28,6 +31,7 @@ static Keyword_ent the_key_tab[]={ "staff", STAFF, "geometric", GEOMETRIC, "duration", DURATIONCOMMAND, + "key", KEY, 0,0 } ;