Spaces:
Runtime error
Runtime error
Upload TMIDIX.py
Browse files
TMIDIX.py
CHANGED
|
@@ -9784,7 +9784,7 @@ def escore_notes_to_text_description(escore_notes,
|
|
| 9784 |
description += ', '.join(instruments[:-1]) + ' and ' + instruments[-1] + '.'
|
| 9785 |
|
| 9786 |
else:
|
| 9787 |
-
description += 'features one instrument: ' +
|
| 9788 |
|
| 9789 |
|
| 9790 |
description += '\n'
|
|
|
|
| 9784 |
description += ', '.join(instruments[:-1]) + ' and ' + instruments[-1] + '.'
|
| 9785 |
|
| 9786 |
else:
|
| 9787 |
+
description += 'features one instrument: ' + instruments[0] + '.'
|
| 9788 |
|
| 9789 |
|
| 9790 |
description += '\n'
|