Browse Source

crop lilypond pdfs

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

2
makefile

@ -41,6 +41,7 @@ endif
LATEX=pdflatex $(LATEX_OPTIONS) LATEX=pdflatex $(LATEX_OPTIONS)
CROP=pdfcrop
############################################################ ############################################################
### Targets ### Targets
@ -85,6 +86,7 @@ $(PDF): %.pdf: %.tex %.aux
%.pdf: %.ly %.pdf: %.ly
@$(LILYPOND) --output=$(@:%.pdf=%) $< @$(LILYPOND) --output=$(@:%.pdf=%) $<
$(CROP) $@ $@
# @rm $(@:%.pdf=%.ps) # @rm $(@:%.pdf=%.ps)
$(CHORDS): $(CHORDS_SRC) $(CHORDS): $(CHORDS_SRC)

Loading…
Cancel
Save