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