]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.30
authorfred <fred>
Sun, 24 Mar 2002 19:31:03 +0000 (19:31 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:31:03 +0000 (19:31 +0000)
src/linespace.cc
src/mylexer.cc

index b70e2a26f5683472f03878c6f12dda46d2d4cef2..a7bfa1df9bd45ea6573ef12512d0b0e9174d161c 100644 (file)
@@ -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
index 4575fa78d365fdd12f673a77bab7d109f0e55834..de6fcc7238c90ad370eae012f44424c1d76bc4a5 100644 (file)
@@ -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,