From 4ad11b21f2a87f7047fd12ece8e86efeba4d889a Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Thu, 21 Aug 2025 15:36:07 -0500 Subject: [PATCH] Switch from pdflatex to lualatex This appears to resolve this issue, but I wasn't able to figure out why: https://music.stackexchange.com/questions/121896/why-are-the-letters-fi-disappearing-in-lilypond-lyrics --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9492635..00a9a82 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ output/bulletin.tex: bulletin.lytex lilypond-book --output=output --pdf bulletin.lytex output/bulletin.pdf: output/bulletin.tex - cd output && pdflatex bulletin.tex + cd output && lualatex bulletin.tex clean: rm -rf output