Change Log#
Version 2.x#
- 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
controls
flag for specifing the position of the control bar
- 1.2#
- Date:
- Download:
Simplify argument passing between lilypond binding and sphinx extension
Add
loop
flag for directivesAdd confval
โ๏ธlilypond_audio_volume
- 1.1#
- Date:
- Download:
Add confval
โ๏ธlilypond_png_resolution
for customizing score resolution in PNG formatAdd confval
โ๏ธlilypond_inline_score_size
for 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
\header
Set default audio format to wav
- 1.0a0#
- Date:
- Download:
The alpha version is out, enjoy~