]> git.donarmstrong.com Git - lilypond.git/commit
* scripts/musicxml2ly.py (progress): new function
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 7 Dec 2005 12:38:18 +0000 (12:38 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 7 Dec 2005 12:38:18 +0000 (12:38 +0000)
commit175dabd615768d2d232c5f975ab2ed2a59dc6171
tree3134f47be8c3929b4d2d1024aaaad0bccf031afe
parent20d2eb96bffa8a5c72c79906522dbf11bb347d02
* scripts/musicxml2ly.py (progress): new function
(musicxml_key_to_lily): don't barf on modeless keys.
(create_skip_music): new function.
(musicxml_spanner_to_lily_event): new function. Handle beams too.
(musicxml_note_to_lily_main_event): new function.

* python/musicexp.py (Music.__init__): add comment field.
(NestedMusic.append): new routine.
(SequentialMusic.print_ly): print comment.
(ArpeggioEvent.ly_expression): new class
(BeamEvent.ly_expression): new class
(NoteEvent.__init__): support for cautionary/forced accs.

* lily/lookup.cc (slur): normal order for array loop.
ChangeLog
THANKS
lily/lookup.cc
python/musicexp.py
python/musicxml.py
scripts/musicxml2ly.py