2 template5.cc -- instantiate Intervals
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
13 #include "interval.tcc"
17 Interval_t<Rational>::infinity ()
20 infty.set_infinite (1);
25 Interval_t<Rational>::T_to_str (Rational a)
32 template INTERVAL__INSTANTIATE (Rational);