]> git.donarmstrong.com Git - lilypond.git/commit
MusicXML: Implement support for transposed instruments
authorReinhold Kainhofer <reinhold@kainhofer.com>
Tue, 18 Nov 2008 19:19:21 +0000 (20:19 +0100)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Tue, 18 Nov 2008 20:51:21 +0000 (21:51 +0100)
commit0dba8aca9a2b6a19764622136fd72e8bcc842e19
tree8edcd2294ed3d0a40e2b71a1a170b71e3d8e2eb3
parent377e93f7919c32e0f35c1f5c885e8704cbcf15b0
MusicXML: Implement support for transposed instruments

We simply need to take the <transpose> attribute and determine
the correct sounding pitch from the chromatic tag (adjust it
enharmonically if an explicit diatonic shift is given)...
input/regression/musicxml/16-TransposingInstruments.itexi [new file with mode: 0644]
input/regression/musicxml/16a-TransposingInstruments.xml [new file with mode: 0644]
input/regression/musicxml/16b-TransposingInstruments-Full.xml [new file with mode: 0644]
python/musicexp.py
python/musicxml.py
scripts/musicxml2ly.py