]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/music-iterator.hh
Web-es: update Community.
[lilypond.git] / lily / include / music-iterator.hh
index 214079d23a5f284713a06c94f0fadb7d4aac6006..bb095df71869e84bbd25d84042cd30adab580e79 100644 (file)
    ok () -- events left ?
 
    pending_mom () -- time tag of the next event to be processed.
-   PRECONDITION: this->ok () holds.
+   PRECONDITION: ok () holds.
 
    process (M) -- process all at M (Precondition: no events exist
-   before M, this->ok () holds).  Side-effects:
+   before M, ok () holds).  Side-effects:
 
    * This removes all events at M from the pending queue.
 
@@ -63,7 +63,7 @@ class Music_iterator : public Smob<Music_iterator>
 public:
   int print_smob (SCM, scm_print_state *) const;
   SCM mark_smob () const;
-  static const char type_p_name_[];
+  static const char * const type_p_name_;
   virtual ~Music_iterator ();
 protected:
   Moment music_length_;