Changelog for
python3-ly-0.9.5-3.8.noarch.rpm :
* Fri Sep 22 2017 jcnengelAATTgmail.com- Update to 0.9.5
* basic support for tokenizing the MUP format
* fix wbsoft/frescobaldi#832: wrong duration handling with \\partial when changing durations
* xml export tests now work correctly with Python3
* fix #74 traversing events fails in empty \\alternative
* Wed Aug 31 2016 jcnengelAATTgmail.com- Update to 0.9.4
* support LilyPond 2.18+ behaviour on \\relative without startpitch in the ly.pitch.transpose, ly.pitch.rel2abs and ly.pitch.abs2rel modules.
* support LilyPond 2.18+ behaviour on \\relative without startpitch in the transpose, rel2abs, abs2rel and musicxml ly commands. Two new variables were added to influence the behaviour: rel-absolute and rel-startpitch.
* add Simplifier transposer and simplify-accidentals ly command (#40)
* make define-markup-command recognition working again
* recognize \\bookOutputName A (without quotes, although not recommended)
* allow multi-digit fingering, e.g. c-34, LilyPond supports that since at least 2.16.
* various updates and improvements in MusicXML export contributed by Peter Bjuhr
* added ly-server: an HTTP-server for manipulating LilyPond source, contributed by Urs Liska
* fix issue #56: do not add durations to bass notes in chordmode
* fix issue #59: handle \\include commands correctly when exporting to MusicXML- Changes from 0.9.3
* Fix issue #35: do not insert duration after a tie
* Added ly.rhythm.music_items() for a more robust way of iterating through chords and notes (awaiting fully fledged editing support through ly.music or ly.xml)
* More configurability in ly.colorize, thanks to Urs Liska
* MusicXML export various improvements and bug fixes, contributed by Peter Bjuhr
* Mon Jul 20 2015 j.engelAATTlocalhost- First checkin of version 0.9.2