vinsvanfer / music21

Automatically exported from code.google.com/p/music21
0 stars 0 forks source link

parent instrument searching #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
when displaying sub components of a Part stream with an instrument definition, 
instrument 
searching had to be temporarily disabled due to unexpected behavior. repair or 
re-implement 
instrument searching. 

Original issue reported on code.google.com by christopher.ariza on 16 Nov 2009 at 11:12

GoogleCodeExporter commented 9 years ago
solved by removing next() method from Stream and returning a configured 
common.Iterator() object from 
__iter__()

Original comment by christopher.ariza on 27 Nov 2009 at 2:54