]> git.donarmstrong.com Git - lilypond.git/blob - make/mutopia-rules.make
tweaks.
[lilypond.git] / make / mutopia-rules.make
1 $(outdir)/%.ly: %.ly
2         cp $< $@
3
4 $(outdir)/%.ly: %.abc
5 #which file to show here -- abc seems more cute?
6         ln -f $< $@
7
8 $(outdir)/%.ly: %.abc
9         $(PYTHON) $(ABC2LY) --strict -o $@ $<
10
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 -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
15