From 7bfa85c4ffb8accb45406b8bda24691214e657f1 Mon Sep 17 00:00:00 2001 From: h3ndrik Date: Thu, 1 Mar 2012 14:51:43 +0100 Subject: [PATCH] crop lilypond pdfs --- makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/makefile b/makefile index e4787ce..3efe791 100644 --- a/makefile +++ b/makefile @@ -41,6 +41,7 @@ endif LATEX=pdflatex $(LATEX_OPTIONS) +CROP=pdfcrop ############################################################ ### Targets @@ -85,6 +86,7 @@ $(PDF): %.pdf: %.tex %.aux %.pdf: %.ly @$(LILYPOND) --output=$(@:%.pdf=%) $< + $(CROP) $@ $@ # @rm $(@:%.pdf=%.ps) $(CHORDS): $(CHORDS_SRC)