]> git.donarmstrong.com Git - lilypond.git/commit
MusicXML: Add support for chord names
authorReinhold Kainhofer <reinhold@kainhofer.com>
Fri, 11 Apr 2008 15:05:05 +0000 (17:05 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Fri, 11 Apr 2008 15:05:05 +0000 (17:05 +0200)
commit50be93de6195cc1240ea0608f01a4c933867d764
tree366145562d7802e2bcf82ff02f1f428878bc4778
parent2b7710548a31a8a24ce533f5207de7edadc3f245
MusicXML: Add support for chord names

Implemented it similar to FiguredBass (using its own voice builder).
The duration of a chord is always the duration of the next following
note (MusicXML does not have the concept of duration for a chord...)
input/regression/musicxml/17f-AllChordTypes.xml [new file with mode: 0644]
python/musicexp.py
python/musicxml.py
scripts/musicxml2ly.py