Download Latest Version libmusicxml-3.14-src.tgz (3.6 MB)
Email in envelope

Get an email when there's a new version of MusicXML library

Home / libmusicxml-linux
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2018-10-25 1.0 kB
libmusicxml-3.00-ubuntu-x86_64.tgz 2012-11-20 1.8 MB
libmusicxml-2.00-linux-x86.tgz 2009-05-25 1.4 MB
libmusicxml-1.09-linux-x86.tgz 2007-11-21 6.2 MB
libmusicxml-1.07-linux-x86.tgz 2007-09-20 6.1 MB
libmusicxml-1.05-linux-x86.tgz 2007-07-05 5.2 MB
libmusicxml-1.04-linux-x86.tgz 2007-03-07 5.2 MB
libmusicxml-1.02-linux-x86.tgz 2007-02-13 2.8 MB
libmusicxml-1.00-linux-x86.tgz 2006-03-27 3.0 MB
Totals: 9 Items   31.8 MB 0

Welcome to the libmusicxml project

Grame - Centre National de Création Musicale

The MusicXML library is a portable C++ library designed close to the MusicXML format and intended to facilitate MusicXML support.

MusicXML is a music interchange format designed for notation, analysis, retrieval, and performance applications. The MusicXML format has been initialy developped by Recordare. It is open for use by anyone under a royalty-free license.

Get the source code and install

Make sure you have cmake installed to compile the project.

To compile and to install:

$ cd build
$ make
$ sudo make install

The default install location is /usr/local. If your system complains about "libmusicxml.so not found" while running a tool, you should add /usr/local/lib to your libraries path:

$ export LD_LIBRARY_PATH=/usr/local/lib

Source: README.md, updated 2018-10-25