projects
/
minwii.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Retrait ligne inutile.
[minwii.git]
/
src
/
songs
/
xml2smwi.py
diff --git
a/src/songs/xml2smwi.py
b/src/songs/xml2smwi.py
index
136970d
..
2594210
100755
(executable)
--- a/
src/songs/xml2smwi.py
+++ b/
src/songs/xml2smwi.py
@@
-43,7
+43,7
@@
def main() :
midiNoteNumbers = []
noteLengths = []
lyrics = []
midiNoteNumbers = []
noteLengths = []
lyrics = []
- for note, verseIndex in part.iterNotes(
indefinitely=False
) :
+ for note, verseIndex in part.iterNotes() :
midiNoteNumbers.append(note.midi)
noteLengths.append(note.duration)
lyrics.append(note.lyrics[verseIndex].syllabus())
midiNoteNumbers.append(note.midi)
noteLengths.append(note.duration)
lyrics.append(note.lyrics[verseIndex].syllabus())