]> git.donarmstrong.com Git - lilypond.git/commit
MusicXML: Fix issues with dynamics attached to notes (not measure position)
authorReinhold Kainhofer <reinhold@kainhofer.com>
Thu, 6 Sep 2007 14:20:04 +0000 (16:20 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Thu, 6 Sep 2007 14:20:04 +0000 (16:20 +0200)
commit396efb18a48b61b3a1484f7b089ab43ad5c41b1c
tree70281c598c58331e40384cee43bd00cddb16e6d2
parentb50ab1c348bba9622c85ab9f53a1519d94a3f1b7
MusicXML: Fix issues with dynamics attached to notes (not measure position)

-) Implement the missing musicxml_dynamics_to_lily_event function (simply
   moving code around!), so that dynamics attached to a single note (as
   opposed to given in a <direction> element) are also correctly converted.
-) When we convert unknown dynamics texts using \markup, we need to prepend
   "-".
-) Handle multiple <direction-type> children in a <direction> element.
python/musicexp.py
scripts/musicxml2ly.py