]> git.donarmstrong.com Git - lilypond.git/blob - hdr/moment.hh
332774138486bc6fd3f6bd52e32716f3ebe90768
[lilypond.git] / hdr / moment.hh
1 /*
2   (c) 1996 Han-Wen Nienhuys
3 */
4
5 #ifndef MOMENT_HH
6 #define MOMENT_HH
7
8 #include "rational.hh"
9
10 typedef Rational Moment;
11
12 #endif // 
13