From 5c55d2c95253397557c48cdc30b11d708a5a5582 Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Sun, 16 Nov 2008 00:55:52 +0100 Subject: [PATCH] MusicXML: nwc2xml also created broken MusicXML files! --- scripts/musicxml2ly.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/musicxml2ly.py b/scripts/musicxml2ly.py index 8c8e336e31..12e9ee29ab 100644 --- a/scripts/musicxml2ly.py +++ b/scripts/musicxml2ly.py @@ -213,6 +213,9 @@ def extract_score_information (tree): if "Dolet 3.4 for Sibelius" in software: conversion_settings.ignore_beaming = True progress (_ ("Encountered file created by Dolet 3.4 for Sibelius, containing wrong beaming information. All beaming information in the MusicXML file will be ignored")) + if "Noteworthy Composer" in software: + conversion_settings.ignore_beaming = True + progress (_ ("Encountered file created by Noteworthy Composer's nwc2xml, containing wrong beaming information. All beaming information in the MusicXML file will be ignored")) # TODO: Check for other unsupported features return header -- 2.39.5