> **Warning:** This release introduces some BREAKING changes.
- **BREAKING** changes:
- Drop `:noheader`, `:nofooter:` options. User should modifying their Lilypond source to removing header and footer of scores, see [Custom titles headers and footers](https://lilypond.org/doc/Documentation/notation/creating-titles-headers-and-footers) for more details (#35)
- Drop `:noedge:` option and introduce `:nocrop:` with opposite meaning compared to before. It is said that score is croppped (noedge) by default. By the way, dependencies to Wand and ImageMagick are dropped (31)
- Drop `:audio:` option and introduce `:noaudio:` with opposite meaning compared to before. Audio will be auto-generated when any [MIDI output](https://lilypond.org/doc/Documentation/notation/the-midi-block) avaliable, and user set `:noaudio:` only when they don’t need this behavior (#36)
- Enhanced Jianpu support (30)
- Don’t panic when Jianpu parsing failed
- Can display multiple Jianpu scores, see also https://github.com/ssb22/jianpu-ly/issues/35
- Audio works fine now
- Score image generataion is reproducible now (10)