]> git.donarmstrong.com Git - lilypond.git/blob - lib/include/moment.hh
release: 0.0.63
[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 "rational.hh"
9 class String;
10 typedef Rational Moment;
11
12
13 #endif // 
14