summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
e5335f9)
self.octave = int(_getNodeValue(node, 'pitch/octave'))
self.alter = int(_getNodeValue(node, 'pitch/alter', 0))
self._duration = float(_getNodeValue(node, 'duration'))
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
self.divisions = divisions