From ca6da61a5debf97b4a2d488d262b61b1e4aed78b Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:31:03 +0000 Subject: [PATCH] lilypond-0.0.30 --- src/linespace.cc | 4 ++-- src/mylexer.cc | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/linespace.cc b/src/linespace.cc index b70e2a26f5..a7bfa1df9b 100644 --- a/src/linespace.cc +++ b/src/linespace.cc @@ -8,7 +8,7 @@ const Real COLFUDGE=1e-3; -//#define COLFUDGE 1e-3 + bool Spacing_problem::contains(const PCol *w) { @@ -239,7 +239,7 @@ Spacing_problem::print() const } -/*****************/ +/* **************** */ void Colinfo::print() const diff --git a/src/mylexer.cc b/src/mylexer.cc index 4575fa78d3..de6fcc7238 100644 --- a/src/mylexer.cc +++ b/src/mylexer.cc @@ -16,24 +16,24 @@ static Keyword_ent the_key_tab[]={ "bar", BAR, "cadenza", CADENZA, "clef", CLEF, - "cm", CM, + "cm", CM_T, "command", COMMAND, "commands", COMMANDS, "duration", DURATIONCOMMAND, "geometric", GEOMETRIC, "goto", GOTO, - "in", IN, + "in", IN_T, "key", KEY, "mark", MARK, "meter", METER, - "mm", MM, + "mm", MM_T, "multivoice", MULTIVOICE, "octave", OCTAVECOMMAND, "output", OUTPUT, "partial", PARTIAL, "paper", PAPER, "plet", PLET, - "pt", PT, + "pt", PT_T, "score", SCORE, "script", SCRIPT, "skip", SKIP, -- 2.39.5