]> git.donarmstrong.com Git - lilypond.git/commitdiff
MusicXML: Some more broken MusicXML applications (beaming wrong)
authorReinhold Kainhofer <reinhold@kainhofer.com>
Sun, 5 Apr 2009 21:41:55 +0000 (23:41 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Sun, 5 Apr 2009 21:47:33 +0000 (23:47 +0200)
scripts/musicxml2ly.py

index 5ac94e9359e3a1e6ac0ab8194b2544dca27003c8..2313f6c864c0198dfe9f38aa58ed1edec82b6cd5 100644 (file)
@@ -308,6 +308,7 @@ def extract_score_information (tree):
         # Case 1: "Sibelius 5.1" with the "Dolet 3.4 for Sibelius" plugin
         #         is missing all beam ends => ignore all beaming information
         ignore_beaming_software = {
+            "Dolet 4 for Sibelius, Beta 2": "Dolet 4 for Sibelius, Beta 2",
             "Dolet 3.5 for Sibelius": "Dolet 3.5 for Sibelius",
             "Dolet 3.4 for Sibelius": "Dolet 3.4 for Sibelius",
             "Dolet 3.3 for Sibelius": "Dolet 3.3 for Sibelius",