From: Reinhold Kainhofer Date: Sat, 12 Apr 2008 16:47:47 +0000 (+0200) Subject: MusicXML: convert some more chord types X-Git-Tag: release/2.11.44-1~4^2~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e69bfc4604749423cbe97aea41356935b7468928;p=lilypond.git MusicXML: convert some more chord types Signed-off-by: Reinhold Kainhofer --- diff --git a/scripts/musicxml2ly.py b/scripts/musicxml2ly.py index 98371b44f2..254bd377f2 100644 --- a/scripts/musicxml2ly.py +++ b/scripts/musicxml2ly.py @@ -1328,8 +1328,8 @@ chordkind_dict = { 'minor-seventh': 'm7', 'diminished-seventh': 'dim7', 'augmented-seventh': 'aug7', - #'half-diminished': '???', (diminished triad, minor seventh) - #'major-minor': '???', (minor triad, major seventh) + 'half-diminished': 'dim5m7', + 'major-minor': '7m5', # Sixths: 'major-sixth': '6', 'minor-sixth': 'm6', @@ -1342,13 +1342,14 @@ chordkind_dict = { 'major-11th': 'maj11', 'minor-11th': 'm11', # 13ths (usually as the basis for alteration): - 'dominant-13th': '13', - 'major-13th': 'maj13', + 'dominant-13th': '13.11', + 'major-13th': 'maj13.11', 'minor-13th': 'm13', # Suspended: 'suspended-second': 'sus2', 'suspended-fourth': 'sus4', # Functional sixths: + # TODO #'Neapolitan': '???', #'Italian': '???', #'French': '???',