An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/irisyupingren/counterpoint.svg?branch=master)](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
```