https://github.com/musescore/nwc2musicxml
A Noteworthy composer to MusicXML converter.
https://github.com/musescore/nwc2musicxml
Last synced: about 1 year ago
JSON representation
A Noteworthy composer to MusicXML converter.
- Host: GitHub
- URL: https://github.com/musescore/nwc2musicxml
- Owner: musescore
- License: mit
- Created: 2015-03-13T07:39:31.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-07-17T09:48:15.000Z (almost 9 years ago)
- Last Synced: 2025-03-26T22:36:09.332Z (about 1 year ago)
- Language: Java
- Homepage: https://nwc2musicxml.appspot.com/
- Size: 457 KB
- Stars: 17
- Watchers: 3
- Forks: 13
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/lasconic/nwc2musicxml)
The primary goal of this project is to provide a library to convert NWC scores to MusicXML. Then, Noteworthy users will be able to share their scores with others scorewriters, especially free ones such as [MuseScore](https://musescore.org). For the time being, the library support only NWCtxt and you need a copy of NoteWhorthy composer to save a NWC file to NWCtxt.
The converter is also available online as a webservice on Google App Engine at https://nwc2musicxml.appspot.com/
If you find the software useful you can [donate](https://paypal.me/lasconic).
Features
==
* Multiple staves & voices, invisible staff not exported
* Notes, rests, accidentals, dots, time signature
* Key signature (not the customized ones)
* Clefs included octave shift
* Tie & slurs, triplets
* Line breaks
* Lyrics
* Metadata: Title, author, lyricist, copyright
* Staccato, tenuto & accent, noteheads
* Dynamics (mf, p ...) & custom texts
* Midi info for staff
* Beaming
* Flow control : Coda, Segno, ...
Not yet supported
---
* Chord symbols, grace notes
* Dynamic variation
* Layout information
Thanks to [Noteworthy Software](http://www.noteworthysoftware.com/) for giving me a free licence for testing purpose.