From: fred Date: Sun, 1 Dec 1996 20:24:08 +0000 (+0000) Subject: lilypond-0.0.13 X-Git-Tag: release/1.5.59~6712 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f725320cea1ba1185eb6aa687ab67f349e595078;p=lilypond.git lilypond-0.0.13 --- diff --git a/src/table.cc b/src/table.cc index f2407904a1..7a54241f9f 100644 --- a/src/table.cc +++ b/src/table.cc @@ -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 } ;