]> git.donarmstrong.com Git - lilypond.git/blob - make/mutopia-rules.make
Add '-dcrop' option to ps and svg backends
[lilypond.git] / make / mutopia-rules.make
1 $(outdir)/%.ly: %.ly
2         cp $< $@
3
4 $(outdir)/%.ily: %.ily
5         cp $< $@
6
7 $(outdir)/%.ly: %.abc
8 #which file to show here -- abc seems more cute?
9         cp $< $@
10
11 $(outdir)/%.ly: %.abc
12         $(PYTHON) $(ABC2LY) --strict -o $@ $<
13
14 # hmm. notdir builds src-dir builds?
15 $(outdir)/%.png $(outdir)/%.pdf $(outdir)/%.ly $(outdir)/%.ps: $(outdir)/%.ly $(INIT_LY_SOURCES) $(SCHEME_SOURCES)
16         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 $<)
17         touch $(outdir)/$(basename $(notdir $<)).png
18