lenmus / lomse

A C++ library for rendering, editing and playing back music scores.
MIT License
117 stars 28 forks source link

Support more music notation #26

Closed cecilios closed 2 years ago

cecilios commented 8 years ago

Currently Lomse does not support a large number of elements of musical notation, only the most common. But supporting a new element requires to add it in several places:

Engraving is a very complex area, which has many problems and lends itself to many research papers and dissertations. It is an area of work for a student or graduate student who want to get started on doing research and publishing articles. LenMus software provides a very good code base for someone who wants to use it as a starting point.

It is necessary to contine advancing by adding support for more elements:

        <rest measure="yes"/>
        <duration>18</duration>
cecilios commented 2 years ago

Closing this as it it is not updated (most of the items in the list are now supported) and it is too generic. If necessary, please open a new issue for each specific required notation.