Skip to content

Releases: sphinx-notes/lilypond

2.2

31 Mar 11:00
Compare
Choose a tag to compare

2.2a1

31 Mar 10:51
Compare
Choose a tag to compare

2.2a0

31 Mar 10:45
Compare
Choose a tag to compare

2.1

23 Mar 07:48
Compare
Choose a tag to compare

Jianpu (简谱) and K.I.S.S.

19 Aug 11:09
Compare
Choose a tag to compare

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

09 Jul 15:54
Compare
Choose a tag to compare
  • Support including score from abs path (#25)

1.6.0

07 Oct 16:21
Compare
Choose a tag to compare
  • Fix resolution of SVG output (#18)
  • Add basic Jianpu (Numbered Musical Notation) support (#17)
  • Don’t panic when running unsupported builders (#20)

1.5

13 Mar 06:16
Compare
Choose a tag to compare
1.5
  • Add LaTeX builder suppport

1.4

19 Dec 04:31
Compare
Choose a tag to compare
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

1.3

07 Nov 13:31
Compare
Choose a tag to compare
1.3
  • Add controls flag for specifing the position of the control bar (#4)