설명 없음

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

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