chaosmonk b3de0fa579 initial commit | hace 6 años | |
---|---|---|
examples | hace 6 años | |
include | hace 6 años | |
output | hace 6 años | |
scripts | hace 6 años | |
.gitignore | hace 6 años | |
.gitmodules | hace 6 años | |
LICENSE | hace 6 años | |
README.md | hace 6 años | |
build | hace 6 años |
# 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