]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/music-wrapper-iterator.hh
* flower
[lilypond.git] / lily / include / music-wrapper-iterator.hh
index db9fff1afe2dfda1793aaa3ce0de04a6ff409a6a..660ab140ab51e1714457784315e8aba135ed2843 100644 (file)
@@ -1,11 +1,10 @@
-/*   
+/*
   music-wrapper-iterator.hh -- declare Music_wrapper_iterator
-  
+
   source file of the GNU LilyPond music typesetter
-  
+
   (c) 1998--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
- */
+*/
 
 #ifndef MUSIC_WRAPPER_ITERATOR_HH
 #define MUSIC_WRAPPER_ITERATOR_HH
 #include "music.hh"
 #include "music-iterator.hh"
 
-/** 
-  The iterator for a #Music_wrapper#.  Since #Music_wrapper# essentially
-  does nothing, this iterator creates a child iterator and delegates
-  all work to that child.
- */
+/**
+   The iterator for a #Music_wrapper#.  Since #Music_wrapper# essentially
+   does nothing, this iterator creates a child iterator and delegates
+   all work to that child.
+*/
 class Music_wrapper_iterator : public Music_iterator
 {
 public:
-  DECLARE_SCHEME_CALLBACK(constructor, ());  
+  DECLARE_SCHEME_CALLBACK (constructor, ());
   Music_wrapper_iterator ();
 
-  virtual void derived_substitute (Context *f, Context *t) ;
+  virtual void derived_substitute (Context *f, Context *t);
   virtual void derived_mark () const;
-  virtual void construct_children () ;
+  virtual void construct_children ();
   virtual Moment pending_moment () const;
-  virtual void do_quit(); 
+  virtual void do_quit ();
   virtual bool ok () const;
   virtual bool run_always () const;
 protected:
@@ -40,5 +39,3 @@ protected:
 
 #endif /* MUSIC_WRAPPER_ITERATOR_HH */
 
-
-