Merge branch 'fret-diagram-details'
[lilypond/csorensen.git] / make / mutopia-rules.make
blobde5152e7d270752130e6e0208e95e583c4e14f6c
1 $(outdir)/%.ly: %.ly
2 cp $< $@
4 $(outdir)/%.ly: %.abc
5 #which file to show here -- abc seems more cute?
6 ln -f $< $@
8 $(outdir)/%.ly: %.abc
9 $(PYTHON) $(ABC2LY) --strict -o $@ $<
11 # hmm. notdir builds src-dir builds?
12 $(outdir)/%.png $(outdir)/%.pdf $(outdir)/%.ly $(outdir)/%.ps: $(outdir)/%.ly
13 cd $(outdir); $(LILYPOND_BINARY) --pdf --png -dlog-file="'$(basename $(notdir $<)).log" -ddump-signatures -danti-alias-factor=2 -ddelete-intermediate-files -dno-point-and-click -I $(call absdir,$(src-dir))/ $(notdir $<)
14 touch $(outdir)/$(basename $(notdir $<)).png