]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/interval.tcc
Imported sources
[lilypond.git] / flower / include / interval.tcc
index 7d316fce137bc530325e239ed3478a1fc570aa0c..79e7c548e61ca374162e7069a09527ac729a24f3 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the Flower Library
 
-  (c)  1996--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1996--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -138,7 +138,7 @@ Interval_t<T>::to_string () const
 
 template<class T>
 bool
-Interval_t<T>::elem_b (T r)
+Interval_t<T>::contains (T r)
 {
   return r >= elem (LEFT) && r <= elem (RIGHT);
 }