From: pin Date: Thu, 4 Feb 2010 14:44:11 +0000 (+0000) Subject: time to boogie ! X-Git-Url: https://scm.cri.mines-paristech.fr/git/minwii.git/commitdiff_plain/719344253552583b33d14ea672d9909b012d78bd time to boogie ! git-svn-id: https://svn.cri.ensmp.fr/svn/minwii/trunk@2 fe552daf-6dbe-4428-90eb-1537e0879342 --- diff --git a/src/songs/musicxmltosong.py b/src/songs/musicxmltosong.py new file mode 100755 index 0000000..de8e26a --- /dev/null +++ b/src/songs/musicxmltosong.py @@ -0,0 +1,14 @@ +""" +converstion d'un fichier musicxml en objet song minwii. + +$Id$ +$URL$ +""" + + +def main() : + pass + + +if __name__ == '__main__' : + main() \ No newline at end of file