]> git.donarmstrong.com Git - lilypond.git/commit
* scripts/musicxml2ly.py (progress): new function
authorhanwen <hanwen>
Wed, 7 Dec 2005 12:38:18 +0000 (12:38 +0000)
committerhanwen <hanwen>
Wed, 7 Dec 2005 12:38:18 +0000 (12:38 +0000)
commit5baa7968d73106971cbc797c17701d59be8de34b
tree3134f47be8c3929b4d2d1024aaaad0bccf031afe
parent937d9a94872f87c8f713f70de022e5d98c410252
* 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