From: Reinhold Kainhofer Date: Sat, 15 Nov 2008 23:55:52 +0000 (+0100) Subject: MusicXML: nwc2xml also created broken MusicXML files! X-Git-Tag: release/2.11.64-1~7 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5c55d2c95253397557c48cdc30b11d708a5a5582;p=lilypond.git MusicXML: nwc2xml also created broken MusicXML files! --- 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