lilypond-1.3.16
[lilypond.git] / lily / include / property-iterator.hh
blob0ad84e0fd4ba224cf118e4d668dcecea172c960f
1 /*
2 property-iterator.hh -- declare Property_iterator
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
10 #ifndef PROPERTY_ITERATOR_HH
11 #define PROPERTY_ITERATOR_HH
13 #include "music-iterator.hh"
14 /**
15 Iterate a property.
17 class Property_iterator : public Music_iterator
19 public:
20 // construction
21 protected:
22 virtual void do_process_and_next (Moment);
25 #endif // PROPERTY_ITERATOR_HH