Change Log¶
Hint
You may want to learn about our Release Strategy
Version 2.x¶
- 2.5¶
- Date:
- Download:
fix: Convert MIDI track name to utf-8 (🚀47)
ci: No longer need checkout submodules
- 2.4¶
- Date:
- Download:
feat: Support multiple MIDI outputs (🚀45)
Add confval
⚙️lilypond_include_pathsfor appending search paths for including LilyPond files (🚀46)
- 2.2¶
- Date:
- Download:
Fix broken PyPI package
- 2.1¶
- Date:
- Download:
Support
🎵 Playable Inline Score(🚀39)Update jianpu-ly submodule to v1.75
Document improvements
- 2.0.1¶
- Date:
- Download:
Compat with Sphinx 7.2’s changes
- 2.0.0¶
- Date:
- Download:
Warning
This release introduces some BREAKING changes.
BREAKING changes:
Drop
:noheader,:nofooter:options. User should modifying their Lilypondsource 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 jianpu-ly#35
Audio works fine now
Score image generataion is reproducible now (💬10)
Version 1.x¶
- 1.6.0¶
- Date:
- Download:
- 1.4¶
- Date:
- Download:
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
- 1.3¶
- Date:
- Download:
Add
controlsflag for specifing the position of the control bar
- 1.2¶
- Date:
- Download:
Simplify argument passing between lilypond binding and sphinx extension
Add
loopflag for directivesAdd confval
⚙️lilypond_audio_volume
- 1.1¶
- Date:
- Download:
Add confval
⚙️lilypond_png_resolutionfor customizing score resolution in PNG formatAdd confval
⚙️lilypond_inline_score_sizefor customizing height of inline scoreStop using
<figure>as container of block-level score, which is buggy on Safari
- 1.0¶
- Date:
- Download:
Rebuild env when configuration changed
Fix wrong license value
Pre-release¶
- 1.0a2¶
- Date:
- Download:
Support multiple pages documents
Imporve of lilypond outputs cache
- 1.0a1¶
- Date:
- Download:
Fix invalid insertion of
\headerSet default audio format to wav
- 1.0a0¶
- Date:
- Download:
The alpha version is out, enjoy~