lilypond-jekyll-template

lilypond-jekyll-template

Jekyll template for LilyPond projects

Jekyll Template for LilyPond Projects

This project is meant to be used by LilyPond projects using GitHub Actions, in order to build a GitHub Pages website containing the resulting sheet music and MIDI files.
See an example here.

Prerequisites

  • Ruby 3 needs to be installed
  • Install the Ruby dependencies (the first line is optional):
    BUNDLE_WITHOUT=development bundle install
    

Running Locally

bundle exec jekyll serve --livereload

Building the Site

bundle exec jekyll build