From 92c295c9b4e64a4bef5228ca10fd62661237ccd5 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 15 Oct 1996 21:40:09 +0000 Subject: [PATCH] lilypond-0.0.4 --- table.cc | 7 +++++++ 1 file changed, 7 insertions(+) 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 } ; -- 2.39.5