Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (22 loc) · 718 Bytes

readme.md

File metadata and controls

36 lines (22 loc) · 718 Bytes

MOVED!!

This repository has moved: https://codeberg.org/selfawaresoup/daily-piano-exercise

Daily Piano Exercises

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.

Compile & run site generator

cargo run

Upload to webhost

(requries rclone to be configured with authentication)

./upload.sh

Re-generate SVG files for sheet music

(after changes in the MuseScore file)

cd scores
ruby export.rb

Then run the site generator again