Re: musicxml2ly chord names

2024-01-29 Thread Knute Snortum
On Mon, Jan 29, 2024 at 12:55 AM Silvain Dupertuis < silvain-dupert...@bluewin.ch> wrote: > I could write an issue... but the webpage did recomment to write a message > first > This is now issue https://gitlab.com/lilypond/lilypond/-/issues/6694 -- Knute Snortum

Re: musicxml2ly chord names

2024-01-29 Thread Silvain Dupertuis
I could write an issue... but the webpage did recomment to write a message first Here is a folder with an example you will find the orignal MuseScore, with it’s PDF and mxl export (mxl is just a compressed archive containing the xml file) and the import into Lilypond plus PDF export https://next

Re: musicxml2ly chord names

2024-01-28 Thread Knute Snortum
On Sun, Jan 28, 2024 at 8:50 AM Silvain Dupertuis < silvain-dupert...@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) > > c

musicxml2ly chord names

2024-01-28 Thread Silvain Dupertuis
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':