]> git.donarmstrong.com Git - lilypond.git/commit
MusicXML: Fine-tune chord detection in combination with dynamics
authorReinhold Kainhofer <reinhold@kainhofer.com>
Mon, 3 Sep 2007 23:47:26 +0000 (01:47 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Thu, 6 Sep 2007 14:21:00 +0000 (16:21 +0200)
commit867397e2ddd23ae80a4a9ee2432582b62eefaac0
treecc64305826d50afcd93270c7e016acb1f86a1e68
parentd67c0735321b364686f7500b1aa6f8121f10aa48
MusicXML: Fine-tune chord detection in combination with dynamics

When trying to find the corresponding notes for notes with the <chord>
indicator, we need to skip all dynamics, but must not cross bar lines. In
particular, since we now also add dynamics events, we cannot automatically
take the last event, but have to look for the last EventChord.

Also some small bug fixes (need to quote texts with _, missing param in dead
code, style, etc.)

Signed-off-by: Reinhold Kainhofer <reinhold@kainhofer.com>
python/musicexp.py
python/musicxml.py
scripts/musicxml2ly.py