I am pleased to announce the release of Music Suite v1.7.
The Music Suite is a collection of Haskell libraries for composition, analysis and manipulation of music. It is generic enough to handle electronic music and non-Western music theory, as well as most aspects of common music notation. It can read and write many standard representations such as MIDI, MusicXML, Lilypond and ABC notation.
Install the Suite from Hackage:
cabal install music-suite
Documentation and examples:
The source code is available on Github:
For bug reports, please use the relevant Github tracker:
For questions, feedback and general discussion, see
Some highlights of this release include:
Score
and Behavior
Score
, Voice
and Chord
Now supports phrase-wise traversals of scores and voices
HasBackend
Better notation of dynamics and articulation
For the full notes, see:
https://github.com/music-suite/music-docs/blob/master/releases/Notes.md
Please note that the Suite is quite usable, parts of it are still experimental, and we expect the API to change slightly with every release up to v2.0.0 (think of it as optimistic versioning). If you have any problems with upgrading from a previous version, please post to the group below.
If you are interested in contributing to the Suite, please join the Github organization (see the link above). In addition to code, we appreciate contributions in the form of tutorials, examples or musical compositions. Hopefully we may soon have a showcase of works created with Music Suite, like Diagram's gallery.
Sincerly,
Hans