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.12.3-1~41 X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=commitdiff_plain;h=3b04fe9079b5a455196144cd6d9362a44f73e97e;p=lilypond.git MusicXML: Some more broken MusicXML applications (beaming wrong) (cherry picked from commit 92ed4ce01cffe582e0ce4fbba39f306e5d2af055) --- diff --git a/scripts/musicxml2ly.py b/scripts/musicxml2ly.py index b6eef3a7f5..8abf58a3f6 100644 --- a/scripts/musicxml2ly.py +++ b/scripts/musicxml2ly.py @@ -339,6 +339,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",