I made nwc2xml(attachment) that converts Noteworthy Composer's file into MusicXML, so that other program can read it. It's output is MusicXML 1.0. There is one more program that I'm working on. All these programs might have bugs and can crash. Simple Usage
nwc2xml.exe is a console program not a GUI program. So you need to run command prompt and execute nwc2xml.exe 1. Run command prompt. 2. Run nwc2xml.exe.
In the console window, type "nwc2xml.exe [filename.nwc]"without '[' or ']'. i.e. C:\Documents and Settings\user> nwc2xml.exe C:\Test.NWC Then it will output "C:\Test.xml"
You might want to try "nwc2xml -log [filename.nwc]" to create a log file 'filename.txt' which tells more detailed information about the filename.nwc. Development To access source code and help developing the code, please visit http://code.google.com/p/nwc2xml/. Main Features Support for 2.0 is done. 9/17 '09 Support version 1.50, 1.55, 1.70, 1.75, 2.0. NWC2XML supports log file generation, so you can check the result. |