Chaîne vide si pas de parole pour une note.
[minwii.git] / src / songs / musicxmltosong.py
index ffb5247..3de33ca 100755 (executable)
@@ -29,7 +29,7 @@ class Note(object) :
         self.octave = int(_getNodeValue(node, 'pitch/octave'))
         self.alter = int(_getNodeValue(node, 'pitch/alter', 0))
         self._duration = float(_getNodeValue(node, 'duration'))
-        self.lyric = _getNodeValue(node, 'lyric/text')
+        self.lyric = _getNodeValue(node, 'lyric/text', '')
 
         self.divisions = divisions