]> git.donarmstrong.com Git - lilypond.git/commitdiff
MusicXML: Dolet 3.5 creates broken MusicXML files
authorErlend Aasland <erlend.aasland@mac.com>
Wed, 21 Jan 2009 11:17:05 +0000 (12:17 +0100)
committerErlend Aasland <erlend.aasland@mac.com>
Wed, 21 Jan 2009 11:17:05 +0000 (12:17 +0100)
scripts/musicxml2ly.py

index 4256ea0504e52a4539db7cd4814ce52d94e7b1eb..ac5bd787a5792881519a14bed87d555b0ea3585e 100644 (file)
@@ -341,6 +341,10 @@ def extract_score_information (tree):
         if "Dolet 3.4 for Sibelius" in software:
             conversion_settings.ignore_beaming = True
             progress (_ ("Encountered file created by Dolet 3.4 for Sibelius, containing wrong beaming information. All beaming information in the MusicXML file will be ignored"))
+        # ditto for Dolet 3.5
+        if "Dolet 3.5 for Sibelius" in software:
+            conversion_settings.ignore_beaming = True
+            progress (_ ("Encountered file created by Dolet 3.5 for Sibelius, containing wrong beaming information. All beaming information in the MusicXML file will be ignored"))
         if "Noteworthy Composer" in software:
             conversion_settings.ignore_beaming = True
             progress (_ ("Encountered file created by Noteworthy Composer's nwc2xml, containing wrong beaming information. All beaming information in the MusicXML file will be ignored"))