Brak opisu

chaosmonk b3de0fa579 initial commit 6 lat temu
examples b3de0fa579 initial commit 6 lat temu
include b3de0fa579 initial commit 6 lat temu
output b3de0fa579 initial commit 6 lat temu
scripts b3de0fa579 initial commit 6 lat temu
.gitignore b3de0fa579 initial commit 6 lat temu
.gitmodules b3de0fa579 initial commit 6 lat temu
LICENSE b3de0fa579 initial commit 6 lat temu
README.md b3de0fa579 initial commit 6 lat temu
build b3de0fa579 initial commit 6 lat temu

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