projects
/
lilypond.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8123b4
)
MusicXML: Allow dominant-seventh chord, even though MusicXML doesn't specify it
author
Reinhold Kainhofer
<reinhold@kainhofer.com>
Fri, 3 Apr 2009 15:58:04 +0000
(17:58 +0200)
committer
Patrick McCarty
<pnorcks@gmail.com>
Fri, 17 Jul 2009 07:58:16 +0000
(
00:58
-0700)
(cherry picked from commit
6739bb60eee5b748396ee1f0a78053a0b23ea5d8
)
scripts/musicxml2ly.py
patch
|
blob
|
history
diff --git
a/scripts/musicxml2ly.py
b/scripts/musicxml2ly.py
index f6fcaa5cc1096ef5b2c164757addaaba0636494d..19899b185c3c92c0a0a065a6d51bb677009503ed 100644
(file)
--- a/
scripts/musicxml2ly.py
+++ b/
scripts/musicxml2ly.py
@@
-1662,6
+1662,7
@@
chordkind_dict = {
'diminished': 'dim5',
# Sevenths:
'dominant': '7',
+ 'dominant-seventh': '7',
'major-seventh': 'maj7',
'minor-seventh': 'm7',
'diminished-seventh': 'dim7',