From: fred Date: Tue, 15 Oct 1996 21:40:09 +0000 (+0000) Subject: lilypond-0.0.4 X-Git-Tag: release/1.5.59~7068 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=92c295c9b4e64a4bef5228ca10fd62661237ccd5;p=lilypond.git lilypond-0.0.4 --- diff --git a/table.cc b/table.cc index b06e2ee92f..72b5ccfd55 100644 --- a/table.cc +++ b/table.cc @@ -10,6 +10,13 @@ static Keyword_ent the_key_tab[]={ "score", SCORE, "bar", BAR, "output", OUTPUT, + "cm", CM, + "pt", PT, + "in", IN, + "mm", MM, + "paper", PAPER, + "width", WIDTH, + "meter", METER, 0,0 } ;