Releases: sphinx-notes/lilypond
Releases · sphinx-notes/lilypond
2.2
2.2a1
2.2a0
2.1
Jianpu (简谱) and K.I.S.S.
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 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 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 ssb22/jianpu-ly#35
- Audio works fine now
- Score image generataion is reproducible now (#10)
1.6.1
1.6.0
1.5
- Add LaTeX builder suppport
1.4
- Note ly files as dependencies, so Sphinx will rebuild document when ly file changes
- Won’t crash when score file does not exist
- Left a “system message” paragraphs when score build failed
- Add support for MP3 audio format, FFmpeg is required