lenmus / lomse

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

Support tablature notation #344

Closed ayyb1988 closed 2 years ago

ayyb1988 commented 2 years ago

staves score parsing and rendering no problem. but how to guitar score parsing rendering gutascore statvasscore

cecilios commented 2 years ago

MusicXML tablature notation is not yet supported, although the additional required code is minimal. But until now nobody required this. I'm at the moment working in other commitments, but if you would like to use Lomse and your app needs tablature, I could start working on this in a few days.

ayyb1988 commented 2 years ago

Thank you very much. I apply lomse to my application, I need to support guitar tabs, it would be great if I could get your help

cecilios commented 2 years ago

OK. I will start with this probably by next week

ayyb1988 commented 2 years ago

Thanks again

cecilios commented 2 years ago

After merging PR#346 Lomse now renders tablature notation. But the PR does no't add support all notation related to tablature and guitar. MusicXML supports a lot of technical notations for many instruments, but as many notation applications, Lomse only renders the most common ones. Please, fell free to request support for a specific technical mark by opening an issue.