]> git.donarmstrong.com Git - lilypond.git/blob - lib/include/moment.hh
d578fbc59abc57fa971ac6158c64b4555588e44a
[lilypond.git] / lib / include / moment.hh
1 /*
2   (c) 1996--98 Han-Wen Nienhuys
3 */
4
5 #ifndef MOMENT_HH
6 #define MOMENT_HH
7
8 #include <limits.h>
9 #include "rational.hh"
10
11 class String;
12 typedef Rational Moment;
13
14
15 /**
16   A really big time-moment.
17
18   Windhoze-suck-suck-suck-suck-suck-thank-you-cygnus
19
20   I get tired of all these incompatibilities.  Let's just assume that
21   INT_MAX is really, really, really big.
22
23   Can't we name this Saint_jut_mom (Sintjuttemis ?)  */
24   
25
26 const Moment infinity_mom = INT_MAX;
27
28 #endif // 
29