projects
/
minwii.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
qq hacks.
[minwii.git]
/
src
/
app
/
widgets
/
playingscreen.py
diff --git
a/src/app/widgets/playingscreen.py
b/src/app/widgets/playingscreen.py
index
3e1a6d7
..
ca2e9ff
100755
(executable)
--- a/
src/app/widgets/playingscreen.py
+++ b/
src/app/widgets/playingscreen.py
@@
-183,7
+183,7
@@
class SongPlayingScreen(_PlayingScreenBase) :
if self.currentColumn:
self.currentColumn.update(False)
note, verseIndex = self.noteIterator.next()
if self.currentColumn:
self.currentColumn.update(False)
note, verseIndex = self.noteIterator.next()
- syllabus = note.lyrics[verseIndex].syllabus(
encoding="iso-8859-1"
)
+ syllabus = note.lyrics[verseIndex].syllabus()
column = self.columns[note.midi]
column.update(True, syllabus)
self.currentColumn = column
column = self.columns[note.midi]
column.update(True, syllabus)
self.currentColumn = column
@@
-215,6
+215,5
@@
class SongPlayingScreen(_PlayingScreenBase) :
@staticmethod
def setNoteTimeout(delay) :
@staticmethod
def setNoteTimeout(delay) :
- print 'duration', delay
pygame.time.set_timer(events.NOTEEND, delay)
pygame.time.set_timer(events.NOTEEND, delay)