paurakhsharma / flutter_chord

Lyrics Chord parser for Flutter
MIT License
24 stars 14 forks source link

Support for ChordPro Specification #8

Open auhsor opened 2 years ago

auhsor commented 2 years ago

It would be great if the ChordPro file format could be supported. Even just a subset of the specification would be great. We already have the hardest part (chord parsing) included.

Most helpful to me would be the {start_of_section} and {comment: xxxxx} directives.

More information about the specification is here: https://www.chordpro.org/chordpro/chordpro-file-format-specification/

(I would be happy to look into this eventually but I don't know your plans for this package)

paurakhsharma commented 2 years ago

Hey @auhsor that is a great suggestion. I also plan to support useful subset of ChordPro specifications if not all. I will also try to work on it when I get some time.

Feel free to create PR for it when you get time.

paurakhsharma commented 2 years ago

@auhsor Added you as a collaborator for project so you don't have to work on separate fork.

fadhly-permata commented 1 year ago

looking forward for this feature