[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: musicxml2ly chord names
From: |
Knute Snortum |
Subject: |
Re: musicxml2ly chord names |
Date: |
Sun, 28 Jan 2024 14:09:24 -0800 |
On Sun, Jan 28, 2024 at 8:50 AM Silvain Dupertuis <
silvain-dupertuis@bluewin.ch> 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