Sin descripción

chaosmonk b3de0fa579 initial commit hace 6 años
examples b3de0fa579 initial commit hace 6 años
include b3de0fa579 initial commit hace 6 años
output b3de0fa579 initial commit hace 6 años
scripts b3de0fa579 initial commit hace 6 años
.gitignore b3de0fa579 initial commit hace 6 años
.gitmodules b3de0fa579 initial commit hace 6 años
LICENSE b3de0fa579 initial commit hace 6 años
README.md b3de0fa579 initial commit hace 6 años
build b3de0fa579 initial commit hace 6 años

README.md

Dependencies

Setup

# include openlilylib and edition-engraver
git submodule init
git submodule update

# install LyLuaTex
tlmgr install lyluatex

Usage

# build all examples
./build

# build example called 'hello'
./build hello

# build multiple examples
./build example1 example2 example3 # etc