An Astro integration for rendering LilyPond music notation to images.
- Render musical scores via Markdown or with an Astro component.
- Works with remark and satteri Markdown processors out-of-the-box.
- Zero client-side JavaScript! Images are compiled at build time.
- Automatic
alttext generated from the score’s title and composer. (Or supply your own.) - Use the content loader to pass in a folder full of
.lyfiles and get back an Astro content collection. - Works with all LilyPond syntax.
Read the docs: https://lilypond.ky.fyi
npx astro add astro-lilypond| Directory | For |
|---|---|
| package | Contents of the published astro-lilypond package |
| docs | Starlight documentation site, deployed to https://lilypond.ky.fyi |
| e2e | End-to-end Playwright tests |
