Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aggregation #445

Open
musicus opened this issue Feb 27, 2017 · 1 comment
Open

Aggregation #445

musicus opened this issue Feb 27, 2017 · 1 comment

Comments

@musicus
Copy link
Contributor

musicus commented Feb 27, 2017

music21 stream methods are not inherited in 3.x.x but should be, since they are inherited when a piece is singularly imported.

@musicus
Copy link
Contributor Author

musicus commented Feb 27, 2017

However, music21 stream data can be accessed the following way (for the first piece in the aggregation):

files = ('Directory/to/file')
file_collection = Importer(files)
file_collection._pieces[0]._score.metadata.all()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant