This repository has moved: https://codeberg.org/selfawaresoup/daily-piano-exercise
Generates a static website with a piano practice sheet for each day:
https://dailypiano.selfawaresoup.com
Sheet music was written in MuseScore, exported as SVG and then cleaned up and formatted with a script.
cargo run
(requries rclone to be configured with authentication)
./upload.sh
(after changes in the MuseScore file)
cd scores
ruby export.rb
Then run the site generator again