tomoyu719 / simple_sheet_music

A Flutter package for rendering sheet music.
https://pub.dev/packages/simple_sheet_music
MIT License
10 stars 6 forks source link

[feature request] Harmony #5

Closed heyaphra closed 4 months ago

heyaphra commented 5 months ago

Nice declarative solution to the tricky problem of programmatic music engraving! I think it would be valuable to add the ability to render chords. If you have an idea on how this could be done, feel free to share and I could try and attempt to help if needed on a forked version of the repo.

tomoyu719 commented 5 months ago

We were not sure which music symbols were in demand, so your request would be very helpful. We will give priority to the implementation of chords.

heyaphra commented 5 months ago

Great! Just to clarify, by chords I mean multiple notes stacked vertically with chord symbols being a "nice-to-have" in this case. Thanks!