]> 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)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Fri, 3 Apr 2009 16:01:19 +0000 (18:01 +0200)
scripts/musicxml2ly.py

index 52e697148786be8a306b4a50bd964bacfbd86e10..38bfb1949ebd6d228cb4102389576c3a1e4b5be4 100644 (file)
@@ -1619,6 +1619,7 @@ chordkind_dict = {
     'diminished': 'dim5',
         # Sevenths:
     'dominant': '7',
+    'dominant-seventh': '7',
     'major-seventh': 'maj7',
     'minor-seventh': 'm7',
     'diminished-seventh': 'dim7',