https://github.com/irisyupingren/counterpoint
A program create the corresponding counterpoint given a cantus firmus
https://github.com/irisyupingren/counterpoint
Last synced: 3 months ago
JSON representation
A program create the corresponding counterpoint given a cantus firmus
- Host: GitHub
- URL: https://github.com/irisyupingren/counterpoint
- Owner: irisyupingren
- Created: 2016-05-12T14:31:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-30T14:04:41.000Z (over 6 years ago)
- Last Synced: 2025-01-01T15:37:53.217Z (5 months ago)
- Language: Python
- Size: 44.9 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/irisyupingren/counterpoint)
# counterpoint
A program create the corresponding counterpoint given a cantus firmus## Tests
Run unit tests like so:```bash
python -m unittest discover
```