diff --git a/makefile b/makefile index 82bc19b2..5e7ab7c3 100644 --- a/makefile +++ b/makefile @@ -87,7 +87,7 @@ $(PDF): %.pdf: %.tex %.aux $(MAKE_SONGBOOK) -s $< -d -o $@ %.pdf: %.ly - @$(LILYPOND) --output=$(@:%.pdf=%) $< + @$(LILYPOND) --format=pdf --output=$(@:%.pdf=%) $< $(CHORDS): $(CHORDS_SRC) $(MAKE_CHORDS) -o $@