Skip to content

RecursiveIterator.stream() emits StreamException for notes in inner streams #201

@jacobtylerwalls

Description

@jacobtylerwalls
const n = new music21.note.Note("C#");
const m = new music21.stream.Measure();
m.append(n)
const p = new music21.stream.Part();
p.append(m);
const s = p.recurse().stream();
StreamException: An entry for this object is not stored in this Stream.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions