# include openlilylib and edition-engraver
git submodule init
git submodule update
# install LyLuaTex
tlmgr install lyluatex
# build all examples
./build
# build example called 'hello'
./build hello
# build multiple examples
./build example1 example2 example3 # etc