]> git.donarmstrong.com Git - lilypond.git/commit
MusicXML: Add basic support for figured bass
authorReinhold Kainhofer <reinhold@kainhofer.com>
Wed, 2 Apr 2008 21:51:55 +0000 (23:51 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Wed, 2 Apr 2008 21:51:55 +0000 (23:51 +0200)
commit8209aff7f2ebbbe437faa05ea1b7d92a27a15806
treeae63771206ce95f0c13bc610de7e40e243d1def8
parentcfbe8219aca7dfb4e80f351c3ad01247d5b1f95a
MusicXML: Add basic support for figured bass

The figured bass definitionis correctly generated and written to the -defs.ly
file, but not yet integrated into the score itself.

For this, I'm keeping a second voice builder while going through the voices'
children and insert the figured bass there and at the end extract the
definition from it.
python/musicexp.py
python/musicxml.py
python/rational.py
scripts/musicxml2ly.py