]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/request-iterator.hh
release: 1.1.36
[lilypond.git] / lily / include / request-iterator.hh
index d374d5929f4af2fd31dd6979e484463252b3d3d9..bbc1a522d910ed2bf0015bf59e53967a3ce8c975 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -18,9 +18,9 @@
 class Request_chord_iterator : public Music_iterator {
   Request_chord * elt_l () const;
   /**
-     cache elt_l ()->duration ().
+     cache elt_l ()->length_mom ().
    */
-  Moment elt_duration_;
+  Moment elt_length_mom_;
   bool last_b_;
 
 public: