Skip to content

lenmus/lomse

Repository files navigation

Lomse: A free open source library for rendering music scores

Build and Test Appveyor Coverity Scan License: MIT

Lomse objective is provide software developers with a library to add capabilities to any program for rendering, editing and playing back music scores. It is written in C++ and it is free open source and platform independent. Lomse stands for LenMus Open Music Score Edition Library.

License

Lomse is distributed under the MIT license, a permissive open source license to allow Lomse to be used in any projects, whether open source or proprietary. This license is a GPL compatible license, so you can use Lomse in GPL licensed projects.

For details, see file LICENSE.

Features

  • Platform independent.
  • Can be safely used in commercial closed source projects.
  • MusicXML import / export.
  • LDP import / export.
  • Rendering in two formats: as SVG (text stream) and as images on provided memory (bitmap, window buffer, etc.).
  • Rendition of full documents (paragraphs, tables, lists, scores, images, etc.). Limited support.
  • Support for score playback, by generating MIDI events in real time
  • Support for visual tracking effects (i.e. moving cursor) during playback in sync. with MIDI events or with external player.
  • Support for music scores edition.
  • Music rendition is based on fonts compliant with the Standard Music Font Layout (SMuFL) specification.

Installation and documentation:

Contributing

If you would like to contribute or to join this project, you are welcome. The project has no commercial aim and all contributions are welcomed!

By contributing to the Lomse repository through pull-request, comment, or otherwise, the contributor releases their content to the license and copyright terms as described in the LICENSE. Each contributor holds copyright over their contributions to Lomse.

Read Contributing for information about how to contribute.

Help, bug reports and feedback

Feel free to ask any question or to send feedback and suggestions for improvements. Go to the Lomse issues page and create a new issue.

Thanks a lot for helping make Lomse better!