lenmus / lomse

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

New method to get num. systems and missing implementation for method #381

Closed cecilios closed 1 year ago

cecilios commented 1 year ago

This PR adds the missing implementation for method GraphicModel::get_system_box(int iSystem). Please note that an additional parameter socoreId had to be added, as any Document can contain many scores and then it is necessary to specify to which score is the request referring to.

Also adds a new method GraphicModel::get_num_systems(ImoId scoreId) for getting the number of systems in one score.

In addition, this PR updates some header files in which doxyfile documentation related to the graphical model has been added or some typos have been fixed.