From 50a2ccb3d32509ab8e0beb359515be0c0d19d4d3 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) --- scripts/musicxml2ly.py | 1 + 1 file changed, 1 insertion(+) 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", -- 2.39.5