asigalov61 commited on
Commit
e3d24b3
·
verified ·
1 Parent(s): 851d078

Upload TMIDIX.py

Browse files
Files changed (1) hide show
  1. TMIDIX.py +1 -1
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: ' + instrument[0] + '.'
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'