2 template5.cc -- instantiate Intervals
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
11 #include "interval.tcc"
15 Interval_t<Rational>::infinity ()
18 infty.set_infinite (1);
24 Interval_t<Rational>::T_to_string (Rational a)
26 return a.to_string ();
29 template INTERVAL__INSTANTIATE (Rational);