From 3b04fe9079b5a455196144cd6d9362a44f73e97e Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Sun, 5 Apr 2009 23:41:55 +0200 Subject: [PATCH] MusicXML: Some more broken MusicXML applications (beaming wrong) (cherry picked from commit 92ed4ce01cffe582e0ce4fbba39f306e5d2af055) --- scripts/musicxml2ly.py | 1 + 1 file changed, 1 insertion(+) 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", -- 2.39.2