diff --git a/Makefile b/Makefile index fe5fc74..2faf46e 100644 --- a/Makefile +++ b/Makefile @@ -2,8 +2,8 @@ OUTDIR=out PDFDIR=pdf FILE = singalongs GITINFO=revision.tex -LILY_PDF = lilypond-book --process="lilypond -dinclude-settings=lilysettings.ly" --pdf -o $(OUTDIR) -PDF=cd $(OUTDIR) && pdflatex --enable-pipes --shell-escape $(FILE).tex +LILY_PDF = lilypond-book --latex-program=lualatex --process="lilypond -dinclude-settings=lilysettings.ly" --pdf -o $(OUTDIR) +PDF=cd $(OUTDIR) && lualatex $(FILE).tex INDEX=cd $(OUTDIR) && makeindex $(FILE).tex REVISIONINFO = `git log -1 --format="%h"` diff --git a/singalongs.tex b/singalongs.tex index 4410c94..822ff13 100644 --- a/singalongs.tex +++ b/singalongs.tex @@ -1,6 +1,7 @@ \documentclass[12pt, a4paper, openany]{scrbook} -\usepackage[utf8]{inputenc} -\usepackage[T1]{fontenc} +%\usepackage[utf8]{inputenc} +%\usepackage[T1]{fontenc} +\usepackage{fontspec} \usepackage{graphicx} \usepackage{fancyhdr} \usepackage{geometry}