]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/template5.cc
patch::: 1.3.54.hwn2
[lilypond.git] / lily / template5.cc
index 29bb496ff4aae017b578621880444650889f85d8..a61b8b8721ad64ee77c1a58e950268920aec6793 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include <limits.h>
 #include "string.hh"
 #include "moment.hh"
 #include "real.hh"
-
 #include "interval.tcc"
-
-template INTERVAL__INSTANTIATE(Rational);
-template INTERVAL__INSTANTIATE(int);
-
 #include "compare.hh"
 
 Rational
@@ -33,14 +28,6 @@ Interval_t<Rational>::T_to_str (Rational a)
   return a.str ();
 }
 
-int
-Interval_t<int>::infinity()
-{
-  return INT_MAX;
-}
 
-String
-Interval_t<int>::T_to_str (int i)
-{
-  return String (i);
-}
+
+template INTERVAL__INSTANTIATE(Rational);