• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

MakefileH A D15-Jan-20203.3 KiB10487

README.mdH A D15-Jan-20201.2 KiB2212

macdeployH A D15-Jan-2020334 2012

README.md

1Welcome to the libmusicxml project
2======================================================================
3
4[Grame](http://www.grame.fr) - Centre National de Création Musicale
5----------------------------------------------------------------------
6
7The MusicXML library is a portable C++ library designed close to the MusicXML format and intended to facilitate MusicXML support.
8
9[MusicXML](http://www.musicxml.com/) 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.
10
11
12The 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.
13
14This package includes the musicxml library and 3 converters:
15
16- xml2guido (Dominique Fober & Arsia Cont) : converts the MusicXML format to [Guido](http://guidodoc.grame.fr/);
17- xml2ly (Jacques Menu) : converts the MusicXML format to [Lilypond](http://lilypond.org/), close to version 1.0;
18- xml2brl (Jacques. Menu) : converts the MusicXML format to [braille music], experimental.
19
20
21---
22