]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/repeated-music.hh
* Another grand 2003 update.
[lilypond.git] / lily / include / repeated-music.hh
index 833609261c0eb56081b55ca21763ed7ee3975a30..b2873e1e2a990161a9e52e782144814dfd262da8 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1999--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1999--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -56,9 +56,9 @@ public:
   int repeat_count ( ) const;
   virtual Pitch to_relative_octave (Pitch);
 
-  Moment body_length_mom () const;
-  Moment alternatives_length_mom (bool fold) const;
-  Moment alternatives_volta_length_mom () const;  
+  Moment body_get_length () const;
+  Moment alternatives_get_length (bool fold) const;
+  Moment alternatives_volta_get_length () const;  
 
   DECLARE_SCHEME_CALLBACK (unfolded_music_length, (SCM));
   DECLARE_SCHEME_CALLBACK (volta_music_length, (SCM));