Browse Source

crop lilypond pdfs

main
h3ndrik 12 years ago
parent
commit
7bfa85c4ff
  1. 2
      makefile

2
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)

Loading…
Cancel
Save