From cc2560ff9d4b0a1a680fda8041d69b6a12312fb3 Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 18 Nov 1996 20:58:14 +0000 Subject: [PATCH] lilypond-0.0.10 --- src/table.cc | 4 ++++ 1 file changed, 4 insertions(+) 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 } ; -- 2.39.5