Re: musicxml2ly chord names
Knute Snortum <[email protected]>
| Newsgroups | gmane.comp.gnu.lilypond.bugs |
|---|---|
| Message-ID | <CALmeJxRciYXV0SWg_V8QTTY=To1-85LNFj3sP2FH+Fv0eXAHhQ@mail.gmail.com> |
On Sun, Jan 28, 2024 at 8:50 AM Silvain Dupertuis < [email protected]> wrote: > These first 2 lines of the dictionary for chords in musicxml2ly > contains a faulty 5 for simple major and minor chords > (I discovered it with a conversion from a MuseScore sheet converted into > xml) > > chordkind_dict = { > 'major': ':5', > 'minor': ':m5', > > should be > > chordkind_dict = { > 'major': '', > 'minor': ':m', > > a:5 results in a two notes chord <a e,> > Could you supply a short musicxml file that demonstrates this? I would do it, but I don't know musicxml. That, or you could enter an issue at https://gitlab.com/lilypond/lilypond/-/issues