]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/music-iterator.hh
release: 1.3.90
[lilypond.git] / lily / include / music-iterator.hh
index 1709a5d8e81bec1c212171f594cd8b45438904fd..43d39505d7687b9d3dfb6e432b0eb04da4e46bbe 100644 (file)
   ok () -- events left ?
 
   pending_mom () -- time tag of the next event to be processed.
+    PRECONDITION: this->ok() holds.
   
-  process (M) -- process all at M (Precondition: no events exist before
-    M).  Side-effects:
+  process (M) -- process all at M (Precondition: no events exist
+    before M, this->ok() holds).  Side-effects:
     
     * This removes all events at M from the pending queue.
 
@@ -43,7 +44,7 @@
 
   TODO:
 
-  merge pending_moment and process.
+  merge pending_moment and process?
   
 */
 class Music_iterator
@@ -55,8 +56,6 @@ public:
   VIRTUAL_COPY_CONS (Music_iterator);
 
   Moment music_length_mom () const;
-
-  
   Music_iterator ();
   Music_iterator (Music_iterator const&);
   virtual ~Music_iterator ();