lenmus / lomse

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

Add missing test file and clean up Document class #373

Closed cecilios closed 2 years ago

cecilios commented 2 years ago

In the previous PR I forgot to upload a test file that is now included in this PR. Also, to clean up the Document class: remove a member variable that is no longer used and a couple of methods related to it.