]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/template5.cc
* lily/sequential-iterator.cc: Change the default get_music_list
[lilypond.git] / lily / template5.cc
index d7ed5211f40b093bd9c7b03608db26860f0c353b..fcc788fd14f9160c93bbe621303b77555b682b1f 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "moment.hh"
@@ -20,12 +20,10 @@ Interval_t<Rational>::infinity ()
 }
 
 template<>
-String
+string
 Interval_t<Rational>::T_to_string (Rational a)
 {
   return a.to_string ();
 }
 
-
-
 template INTERVAL__INSTANTIATE (Rational);