]> git.donarmstrong.com Git - lilypond.git/commit
* scripts/musicxml2ly.py (print_voice_definitions): new function
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 30 Dec 2005 19:08:31 +0000 (19:08 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 30 Dec 2005 19:08:31 +0000 (19:08 +0000)
commit899be51b6aec294310ca4c868f67ec23dd26042c
tree48d330d773e021ab8aeca477d70f4eda6910813c
parent89d91900e92074780acaadc4361b2d99c8ec0ac3
* scripts/musicxml2ly.py (print_voice_definitions): new function
(print_score_setup): new function
(convert): read part definition to output staves properly.

* python/musicxml.py (Measure.get_notes): new class. Wrap lists of
Music_xml notes.

* python/musicexp.py (Output_printer.__init__): use _ in data members.
(Output_printer.unformatted_output): new function: no formatting,
but count braces.
(Duration.get_length): remove isinstance() checks for Output_printer everywhere.

* input/regression/lyrics-bar.ly (texidoc): add Separating_line_group_engraver.
ChangeLog
input/regression/lyrics-bar.ly
lily/relocate.cc
python/musicexp.py
python/musicxml.py
scripts/musicxml2ly.py