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

Refactor MusicalSymbol to Use Named Constructor Instead of Enum in Arguments (#16) #21

Closed tomoyu719 closed 1 month ago

tomoyu719 commented 1 month ago

This pull request refactors the MusicalSymbol by replacing the enum in its arguments with a named constructor. Changes include updates to clef and key signature. By keeping clefType and keySignatureType hidden from library users, we aim to reduce confusion and improve the overall usability of the library.