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