Bez popisu

chaosmonk b3de0fa579 initial commit před 6 roky
examples b3de0fa579 initial commit před 6 roky
include b3de0fa579 initial commit před 6 roky
output b3de0fa579 initial commit před 6 roky
scripts b3de0fa579 initial commit před 6 roky
.gitignore b3de0fa579 initial commit před 6 roky
.gitmodules b3de0fa579 initial commit před 6 roky
LICENSE b3de0fa579 initial commit před 6 roky
README.md b3de0fa579 initial commit před 6 roky
build b3de0fa579 initial commit před 6 roky

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