]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/event-chord-iterator.hh
* flower
[lilypond.git] / lily / include / event-chord-iterator.hh
index 461c4f79b7d749f857a9f15a013385ea78a47d30..e0f2635923c841e9336d7e4abd410214f8e81a09 100644 (file)
@@ -6,7 +6,6 @@
   (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
-
 #ifndef EVENT_ITER_HH
 #define EVENT_ITER_HH
 
 
 /**
    Walk through a Event_chord
- */
+*/
 class Event_chord_iterator : public Simple_music_iterator
 {
-  Event_chord * get_elt () const;
+  Event_chord *get_elt () const;
   /**
      Find a bottom notation context to deliver events to.
-   */
-  virtual Context * get_req_translator ();
-
+  */
+  virtual Context *get_req_translator ();
 
   /*
     Since Event_chord_iterator has no list-cursor internally, we
     must use a status variable to adminstrate where we are */
-  
-  enum { NONE_DONE, START_DONE, END_DONE }  status_;
+
+  enum { NONE_DONE, START_DONE, END_DONE }
+    status_;
+
 public:
-  DECLARE_SCHEME_CALLBACK(constructor, ());
+  DECLARE_SCHEME_CALLBACK (constructor, ());
   Event_chord_iterator ();
-  Event_chord_iterator (Event_chord_iterator const&);
+  Event_chord_iterator (Event_chord_iterator const &);
 
 protected:
   virtual void process (Moment);
   virtual void construct_children ();
 };
 
-
 #endif // EVENT_ITER_HH