Changes for python-ly
=====================

2015-01-24: python-ly 0.8
- fix (allbeit experimental) musicxml export
- basic api documentation included


2015-01-23: python-ly 0.7
- first release as an officially separate project from Frescobaldi
- add INSTALL.md to source distribution


2015-01-23: python-ly 0.6
- node and slexer are no longer toplevel modules; only the ly package


2015-01-21: python-ly 0.5
- large MusicXML export improvements, contributed by Peter Bjuhr (MusicXML
  export is still experimental)
- handle german pitch names asas and heses correctly when writing those
- don't transpose chord argument of \stringTuning command
- Python3 robustness improvements

  
2014-03-05: python-ly 0.4
- fix transposing when alterations would be more than a double sharp or double
  flat; handle it by moving the note, just like LilyPond does it
- Python3 installation fixes
- small MusicXML export improvements, contributed by Peter Bjuhr (MusicXML
  export is still very experimental)


2014-02-05: python-ly 0.3
- new command 'highlight' ('hl') to create syntax-highlighted HTML files of
  LilyPond source files (or any file that is understood by ly.lex)
- new, very experimental, command 'musicxml' to export music to MusicXML  


2014-01-08: python-ly 0.2
- new commands 'abs2rel' and 'rel2abs' that convert \relative music to
  absolute and vice versa
- support for Python 3. Not all of the ly python module has already been
  tested, but installing and running the various ly commands works well.


2014-01-07: python-ly 0.1
- initial release


