A live notated graphic score
This requires the python library svgwrite, psutil and setproctitle
Bravura is included with this software. It is realised under the SIL lisence. Install it in a system font directory http://www.smufl.org/fonts/
Must be version 0.91 or higher
These scripts generate HTML, which you can view in a web browser while running it, or, to view on multiple devices, you will need a web server.
To output to your web directory, copy the contents of data to your webdir, then edit config.ini and change dir to be your web dir.
The web pages generated by this program are compatible with any browser that displays SVGs, which should be widely supported on almost all devices, including mobile phones, made within the last 5+ years.
You will need to decide how long long you want the overall duration to be, in seconds. Edit the config.ini file to put that number for dur.
Then you will need to decide how long you want each image of notation to display before going on to the next one. Put that duration in seconds for slide_dur
If you want a pause before starting, set init_sleep to any number aside from 0. This initial pause will be in addition to the pause while the first notation image is generated
From the command line, start the piece:
./immrama
- This project includes the Bravura font, under an SIL license
- This project includes Font Awesome, under an SIL and MIT License