From e39e7af9e3ed6fdd38a9a3d24e97b461fabfa21d Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Mon, 8 Dec 2008 22:44:47 +0100 Subject: [PATCH] MusicXML: Add TODO --- scripts/musicxml2ly.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/musicxml2ly.py b/scripts/musicxml2ly.py index e37702686e..fcc24bf0e6 100644 --- a/scripts/musicxml2ly.py +++ b/scripts/musicxml2ly.py @@ -726,6 +726,7 @@ def group_tuplets (music_list, events): tsm.element = seq new_list.append (tsm) + #TODO: Handle nested tuplets!!!! new_list.extend (music_list[last:]) return new_list -- 2.39.5