Spaces:
Sleeping
Sleeping
fixed hexachord
Browse files- hexachords.py +0 -3
hexachords.py
CHANGED
|
@@ -1,9 +1,6 @@
|
|
| 1 |
import subprocess
|
| 2 |
-
|
| 3 |
-
import cairosvg
|
| 4 |
from music21 import note, stream, interval, meter, chord, converter, metadata
|
| 5 |
from ortools.sat.python import cp_model
|
| 6 |
-
import verovio
|
| 7 |
|
| 8 |
class Hexachord:
|
| 9 |
|
|
|
|
| 1 |
import subprocess
|
|
|
|
|
|
|
| 2 |
from music21 import note, stream, interval, meter, chord, converter, metadata
|
| 3 |
from ortools.sat.python import cp_model
|
|
|
|
| 4 |
|
| 5 |
class Hexachord:
|
| 6 |
|