]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/music-iterator.hh
Issue 4610: ly:round-filled-polygon: optional parameter `extroversion'
[lilypond.git] / lily / include / music-iterator.hh
index 214079d23a5f284713a06c94f0fadb7d4aac6006..810d230aac279b447a0c7bd989a1093141567221 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.