User’s Guide, Chapter 5: Lists of Lists, Functions, and Recursion
User’s Guide, Chapter 7: Chords
Enter search terms or a module, class or function name.
We ended Chapter 4 (User’s Guide, Chapter 4: Lists, Streams (I) and Output) with a Stream that was contained within another Stream object. The only way to find out what was in the contained Stream that we demonstrated so far was the show() method using the (‘text’) argument:
>>> biggerStream.show('text')
{0.0} <music21.note.Note D#>
{1.0} <music21.stream.Stream some notes>
{0.0} <music21.note.Note C>
{2.0} <music21.note.Note F#>
{3.0} <music21.note.Note B->