]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.13
authorfred <fred>
Sun, 1 Dec 1996 20:24:08 +0000 (20:24 +0000)
committerfred <fred>
Sun, 1 Dec 1996 20:24:08 +0000 (20:24 +0000)
src/table.cc

index f2407904a186f30d7742e0c73e52a3fd88b03d39..7a54241f9f7b0a627bd19c7811b390ee1f8a89d3 100644 (file)
@@ -6,32 +6,37 @@
 #include "associter.hh"
 #include "parser.hh"
 
-static Keyword_ent  the_key_tab[]={
-    "voice", VOICE,
-    "rhythmstaff", RHYTHMSTAFF,
-    "melodicstaff", MELODICSTAFF,
-    "clef", CLEF,
-    "score", SCORE,
+static Keyword_ent the_key_tab[]={
     "bar", BAR,
-    "output", OUTPUT,
+    "bass", BASS,
+    "clef", CLEF,
     "cm", CM,
-    "start", START_T,
-    "pt", PT,
+    "commands", COMMANDS,
+    "duration", DURATIONCOMMAND,
+    "geometric", GEOMETRIC,
     "in", IN,
+    "key", KEY, 
+    "melodicstaff", MELODICSTAFF,
+    "meter", METER,
     "mm", MM,
+    "octave", OCTAVECOMMAND,
+    "output", OUTPUT,
+    "partial", PARTIAL,
     "paper", PAPER,
-    "width", WIDTH,
-    "violin", VIOLIN,
-    "bass", BASS,
-    "meter", METER,
-    "unitspace", UNITSPACE,
+    "pt", PT,
+    "rhythmstaff", RHYTHMSTAFF,
+    "score", SCORE,
     "skip", SKIP,
-    "octave", OCTAVECOMMAND,
-    "commands", COMMANDS,
     "staff", STAFF,
-    "geometric", GEOMETRIC,
-    "duration", DURATIONCOMMAND,
-    "key", KEY, 
+    "start", START_T,
+    "table", TABLE,
+    "chord", CHORD,
+    "multi", MULTI,
+    "unitspace", UNITSPACE,
+    "violin", VIOLIN,
+    "voice", VOICE,
+    "voices", VOICES,
+    "width", WIDTH,   
     0,0
 } ;