]> git.donarmstrong.com Git - lilypond.git/blob - hdr/moment.hh
1f34eae5abf04bdd47166a2fc7d49075cc8873f2
[lilypond.git] / hdr / moment.hh
1 /*
2   (c) 1996,97 Han-Wen Nienhuys
3 */
4
5 #ifndef MOMENT_HH
6 #define MOMENT_HH
7
8 #include "rational.hh"
9 class String;
10 typedef Rational Moment;
11 void error_t(String const &s, Moment when);
12
13 #endif // 
14