]> git.donarmstrong.com Git - lilypond.git/commitdiff
MusicXML: Allow dominant-seventh chord, even though MusicXML doesn't specify it
authorReinhold Kainhofer <reinhold@kainhofer.com>
Fri, 3 Apr 2009 15:58:04 +0000 (17:58 +0200)
committerPatrick McCarty <pnorcks@gmail.com>
Fri, 17 Jul 2009 07:58:16 +0000 (00:58 -0700)
(cherry picked from commit 6739bb60eee5b748396ee1f0a78053a0b23ea5d8)

scripts/musicxml2ly.py

index f6fcaa5cc1096ef5b2c164757addaaba0636494d..19899b185c3c92c0a0a065a6d51bb677009503ed 100644 (file)
@@ -1662,6 +1662,7 @@ chordkind_dict = {
     'diminished': 'dim5',
         # Sevenths:
     'dominant': '7',
+    'dominant-seventh': '7',
     'major-seventh': 'maj7',
     'minor-seventh': 'm7',
     'diminished-seventh': 'dim7',