]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/minterval.hh
5476f10af9d0618f7c384f135ec36c3e0ca14ded
[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--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
8
9 #ifndef MINTERVAL_HH
10 #define MINTERVAL_HH
11
12 #include "moment.hh"
13
14 typedef Interval_t<Moment> MInterval;
15
16 #endif // MINTERVAL_HH