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