From: Reinhold Kainhofer Date: Sun, 5 Apr 2009 21:41:55 +0000 (+0200) Subject: MusicXML: Some more broken MusicXML applications (beaming wrong) X-Git-Tag: release/2.13.1-1~56^2~16 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=50a2ccb3d32509ab8e0beb359515be0c0d19d4d3;p=lilypond.git MusicXML: Some more broken MusicXML applications (beaming wrong) --- diff --git a/scripts/musicxml2ly.py b/scripts/musicxml2ly.py index 5ac94e9359..2313f6c864 100644 --- a/scripts/musicxml2ly.py +++ b/scripts/musicxml2ly.py @@ -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",