diff --git a/Templates/EK_Full/Makefile b/Templates/EK_Full/Makefile
index 909ebc0de054b5f6e902622b936944fc88de34e7..0dabdb6283542f620f728122c160208f04b1827e 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 82048a709dd0514315c182aa2785fbddb5884412..b36e62ecf8c018209806812707c0a39248f73bf3 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 0000000000000000000000000000000000000000..73625bb9b5e7b20dec48d95b7f94eeb164b18d53
--- /dev/null
+++ b/lilyglyphs
@@ -0,0 +1 @@
+/home/reinhold/Software/lilyglyphs/
\ No newline at end of file