Now that the notation font examples are included in master all build tests break.
The solution for this is to add the font installation script to the build test. Question is how to achieve that, now that the installation script is not part of openLilyLib anymore but in its own repository???
It should be possible to
- clone or update the repository
- run the script
The question how that relates to Travis' caching mechanism.
A workaround would be to temporarily exclude the font usage examples from the tests (but I'd prefer not to do that, as it might be forgotten to revert that later).