Sen descrición

chaosmonk b3de0fa579 initial commit %!s(int64=6) %!d(string=hai) anos
examples b3de0fa579 initial commit %!s(int64=6) %!d(string=hai) anos
include b3de0fa579 initial commit %!s(int64=6) %!d(string=hai) anos
output b3de0fa579 initial commit %!s(int64=6) %!d(string=hai) anos
scripts b3de0fa579 initial commit %!s(int64=6) %!d(string=hai) anos
.gitignore b3de0fa579 initial commit %!s(int64=6) %!d(string=hai) anos
.gitmodules b3de0fa579 initial commit %!s(int64=6) %!d(string=hai) anos
LICENSE b3de0fa579 initial commit %!s(int64=6) %!d(string=hai) anos
README.md b3de0fa579 initial commit %!s(int64=6) %!d(string=hai) anos
build b3de0fa579 initial commit %!s(int64=6) %!d(string=hai) anos

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