2 template5.cc -- instantiate Intervals
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--2003 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_string (Rational a
)
27 return a
.to_string ();
32 template INTERVAL__INSTANTIATE (Rational
);