From bc4b2c60ea9fc189f6fbf4d6b2e9ce2c092fac65 Mon Sep 17 00:00:00 2001
From: Reinhold Kainhofer <reinhold@kainhofer.com>
Date: Tue, 20 Nov 2012 22:54:45 +0100
Subject: [PATCH] Add lilyglyphs package for critical report

---
 Templates/EK_Full/Makefile | 2 +-
 editionkainhofer.sty       | 1 +
 lilyglyphs                 | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)
 create mode 120000 lilyglyphs

diff --git a/Templates/EK_Full/Makefile b/Templates/EK_Full/Makefile
index 909ebc0..0dabdb6 100644
--- a/Templates/EK_Full/Makefile
+++ b/Templates/EK_Full/Makefile
@@ -57,7 +57,7 @@ latex: <$ for w in works $>$(pdfs<< w.nr >>) <$ endfor $>$(texpdfs)
 latexpdf: $(texpdfs)
 
 $(OUT)/TeX_%.pdf : TeX_%.tex
-	TEXINPUTS=$(OUT):orchestrallily/:.//: pdflatex -interaction=batchmode --output-directory=$(OUT)/ $<
+	TEXINPUTS=$(OUT):orchestrallily/:.//: xelatex -interaction=batchmode --output-directory=$(OUT)/ $<
 <$- endif $>
 
 zipdir = $(base)_Final
diff --git a/editionkainhofer.sty b/editionkainhofer.sty
index 82048a7..b36e62e 100644
--- a/editionkainhofer.sty
+++ b/editionkainhofer.sty
@@ -20,6 +20,7 @@
 \usepackage{relsize}
 \usepackage{graphics}
 \usepackage{enumerate}
+\usepackage{lilyglyphs/lilyglyphs}
 
 %%%%% XeLaTeX:
 \usepackage{fontspec}% font selecting commands
diff --git a/lilyglyphs b/lilyglyphs
new file mode 120000
index 0000000..73625bb
--- /dev/null
+++ b/lilyglyphs
@@ -0,0 +1 @@
+/home/reinhold/Software/lilyglyphs/
\ No newline at end of file
-- 
GitLab