sky-music / sky-python-music-sheet-maker

Make visual music sheets for thatskygame (graphical representations of the Sky keyboard)
MIT License
29 stars 10 forks source link

support for guitar chords #21

Closed jmmelko closed 4 years ago

jmmelko commented 4 years ago

I think I have read in the forum people who wanted to input songs as guitars chords: F, G, (without semitones: Bm, Cm, Asu7).

It should be doable by adding a parsing dictionary, that would be applied before note recognition.

The only problem would be when songs are input as a mix between chords and notes (it is called arpeggio I think for string instruments).

Also, I am not sure that the automatic notation recognition method would work.

Maybe we could solve the problem by imposing these chords to be noted without octave. Which is the case I think.

jmmelko commented 4 years ago

Fixed in the new beta. Of course, this will have to be checked by a musician (or a user).