> * So the most simple approach I can think of, is making a dump of > the complete LSR and upload as html webpages.
A daily dump of the database is available from the LSR in the form https://lsr.di.unimi.it/download/lsr-YYYY-MM-DD.mysqldump.gz I wanted to simply add that to a git repository, i.e., a script that automatically downloads it and commits it on a daily basis – later on you could extra the files from the dump with LilyPond's `scripts/auxiliar/makelsr.pl` (or something similar) and put them into another, better structured git repository (with actual text files), but I never found the time and energy to actually do that... Werner