]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/property-iterator.hh
release: 1.1.29
[lilypond.git] / lily / include / property-iterator.hh
index ac0703dc293e4c95ac14b816f8b9391920ec9fd9..0ad84e0fd4ba224cf118e4d668dcecea172c960f 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>
 */
 
 
 #define PROPERTY_ITERATOR_HH
 
 #include "music-iterator.hh"
-
+/**
+  Iterate a property.  
+ */
 class Property_iterator : public Music_iterator
 {
-  Translation_property *property_l_;
-  
 public:
-  DECLARE_MY_RUNTIME_TYPEINFO;
-  Property_iterator (Translation_property* prop_l);
+  // construction  
 protected:
-  virtual void process_and_next (Moment);
+  virtual void do_process_and_next (Moment);
 };
 
 #endif // PROPERTY_ITERATOR_HH