]> git.donarmstrong.com Git - lilypond.git/blobdiff - lib/include/moment.hh
release: 1.2.15
[lilypond.git] / lib / include / moment.hh
index 4f44c07fd965c9b92af0aadfe54abba14702a9c6..d578fbc59abc57fa971ac6158c64b4555588e44a 100644 (file)
@@ -1,15 +1,29 @@
 /*
-  (c) 1996,97 Han-Wen Nienhuys
+  (c) 1996--98 Han-Wen Nienhuys
 */
 
 #ifndef MOMENT_HH
 #define MOMENT_HH
 
+#include <limits.h>
 #include "rational.hh"
+
 class String;
 typedef Rational Moment;
-void printm(Moment const&);
 
 
+/**
+  A really big time-moment.
+
+  Windhoze-suck-suck-suck-suck-suck-thank-you-cygnus
+
+  I get tired of all these incompatibilities.  Let's just assume that
+  INT_MAX is really, really, really big.
+
+  Can't we name this Saint_jut_mom (Sintjuttemis ?)  */
+  
+
+const Moment infinity_mom = INT_MAX;
+
 #endif //