]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/minterval.hh
* lily/include/event.hh: remove file.
[lilypond.git] / lily / include / minterval.hh
1 /*
2    -- 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 
10 #define 
11
12 #include "moment.hh"
13
14 typedef Interval_t<Moment> MInterval;
15
16 #endif // 
17
18 #error