]> git.donarmstrong.com Git - lilypond.git/commit
MusicXML: Implement general key signatures
authorReinhold Kainhofer <reinhold@kainhofer.com>
Sun, 30 Nov 2008 18:11:34 +0000 (19:11 +0100)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Sun, 30 Nov 2008 20:25:21 +0000 (21:25 +0100)
commit35cc20ad3b54a73a183f4453ab2df7dd85320f55
tree35f0514f9f8a4faee3dd68de9bfe24c1ed33c8ed
parent16a8f58411d86538db19153ee6f365e9f469df78
MusicXML: Implement general key signatures

-) convert key signatures with <key-step>, <key-alter> and <key-octave>
   to the keySignature alist of the form ((( octave . step)|step . alter)
-) Semitone-key signatures are not yet working
input/regression/musicxml/21b-KeySignatures-NonTraditional.xml [new file with mode: 0644]
python/musicexp.py
python/musicxml.py
scripts/musicxml2ly.py