]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.10
authorfred <fred>
Mon, 18 Nov 1996 20:58:14 +0000 (20:58 +0000)
committerfred <fred>
Mon, 18 Nov 1996 20:58:14 +0000 (20:58 +0000)
src/table.cc

index 1f302259e9f500920f8bd91d470276bd1491a633..f2407904a186f30d7742e0c73e52a3fd88b03d39 100644 (file)
@@ -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
 } ;