https://github.com/grame-cncm/libmusicxml
A C/C++ library to support the MusicXML format.
https://github.com/grame-cncm/libmusicxml
music-notation musicxml
Last synced: 4 months ago
JSON representation
A C/C++ library to support the MusicXML format.
- Host: GitHub
- URL: https://github.com/grame-cncm/libmusicxml
- Owner: grame-cncm
- License: mpl-2.0
- Created: 2015-03-13T08:44:56.000Z (about 11 years ago)
- Default Branch: dev
- Last Pushed: 2025-06-07T04:48:47.000Z (about 1 year ago)
- Last Synced: 2025-08-08T16:55:41.144Z (10 months ago)
- Topics: music-notation, musicxml
- Language: LilyPond
- Homepage:
- Size: 104 MB
- Stars: 163
- Watchers: 22
- Forks: 38
- Open Issues: 9
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.txt
- License: license.txt
Awesome Lists containing this project
README
Welcome to the libmusicxml project
======================================================================
[Grame](http://www.grame.fr) - Centre National de Création Musicale
----------------------------------------------------------------------
Build status: [](https://github.com/grame-cncm/libmusicxml/actions/workflows/ubuntu.yml)
[](https://github.com/grame-cncm/libmusicxml/actions/workflows/macos.yml)[](https://github.com/grame-cncm/libmusicxml/actions/workflows/windows.yml)
----
The MusicXML library is a portable C++ library designed close to the MusicXML format and intended to facilitate MusicXML support.
[MusicXML](http://www.musicxml.com/) is a music interchange format designed for notation, analysis, retrieval, and performance applications. The MusicXML format has been initialy developed by Recordare. It is open for use by anyone under a royalty-free license.
The libmusicxml library runs on the main operating systems: Linux, MacOS, iOS, Windows, Android. It can also be compiled to JavaScript (using [emscripten](http://emscripten.org)) to be embedded in a web page.
See the [libmusicxml wiki](https://github.com/grame-cncm/libmusicxml/wiki) for building instructions.
----------------------------------------------------------------------
[Dominique Fober](https://github.com/dfober)