Keine Beschreibung

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

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