utilisation directe des chaînes unicode pour l'affichage des paroles.
[minwii.git] / src / app / minwii.py
index 08bbcfd..fe95f7e 100755 (executable)
@@ -27,7 +27,7 @@ class MinWii(object):
             #app.run(home)
             #app.close(home)
             
-            song = musicXml2Song('/Users/pinbe/dev/minwii/src/songs/chansons/quinquin.xml')
+            song = musicXml2Song('/Users/pinbe/dev/minwii/src/songs/chansons/etoile_neige.xml', printNotes=True)
             playingScreen = SongPlayingScreen(synth, song)
             #playingScreen = PlayingScreen(synth)
             playingScreen.run()