]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/minterval.hh
d95e1e62163cf6671606b00dda5b7ff5bee319d3
[lilypond.git] / lily / include / minterval.hh
1 /*
2   minterval.hh -- declare MInterval
3
4   source file of the GNU LilyPond music typesetter
5
6   (c)  1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
8
9
10 #ifndef MINTERVAL_HH
11 #define MINTERVAL_HH
12
13 #include "interval.hh"
14 #include "moment.hh"
15
16 typedef Interval_t<Moment> MInterval;
17
18 #endif // MINTERVAL_HH