]> git.donarmstrong.com Git - lilypond.git/commitdiff
MusicXML: nwc2xml also created broken MusicXML files!
authorReinhold Kainhofer <reinhold@kainhofer.com>
Sat, 15 Nov 2008 23:55:52 +0000 (00:55 +0100)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Sat, 15 Nov 2008 23:55:52 +0000 (00:55 +0100)
scripts/musicxml2ly.py

index 8c8e336e31ca8c30a5610cb0fc0502c389862087..12e9ee29ab62f0bd59b38475f2c4c621d18183a3 100644 (file)
@@ -213,6 +213,9 @@ 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"))
+        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"))
         # TODO: Check for other unsupported features
 
     return header