sander-wood
commited on
Commit
·
9f5c30e
1
Parent(s):
9f63654
Update README.md
Browse files
README.md
CHANGED
@@ -82,7 +82,7 @@ def filter(lines):
|
|
82 |
def load_music(filename):
|
83 |
# Convert the file to ABC notation
|
84 |
p = subprocess.Popen(
|
85 |
-
f'
|
86 |
stdout=subprocess.PIPE,
|
87 |
stderr=subprocess.PIPE,
|
88 |
shell=True
|
|
|
82 |
def load_music(filename):
|
83 |
# Convert the file to ABC notation
|
84 |
p = subprocess.Popen(
|
85 |
+
f'python xml2abc_145/xml2abc.py -m 2 -c 6 -x "{filename}"',
|
86 |
stdout=subprocess.PIPE,
|
87 |
stderr=subprocess.PIPE,
|
88 |
shell=True
|