]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/mutopia-rules.make
* stepmake/stepmake/*:
[lilypond.git] / make / mutopia-rules.make
index b914429ea0c4cfd30f2c5f83d832e8bcfe5a686e..934b9464e09d1083853a44e725ca40681504f2ef 100644 (file)
@@ -13,9 +13,9 @@ $(outdir)/%.ly.txt: %.abc
 $(outdir)/%.ly: %.abc
        $(PYTHON) $(ABC2LY) --strict -o $@ $< 
 
-# hmm. notdir builds srcdir builds? 
+# hmm. notdir builds src-dir builds? 
 $(outdir)/%.png $(outdir)/%.pdf $(outdir)/%.ly $(outdir)/%.ps: $(outdir)/%.ly
-       cd $(outdir); $(LILYPOND) --pdf --ps --png -I $(shell pwd)/ $(notdir $<)
+       cd $(outdir); $(LILYPOND) --pdf --png -danti-alias-factor=2 -ddelete-intermediate-files -dno-point-and-click -I $(shell pwd)/ $(notdir $<)
        touch $(outdir)/$(basename $(notdir $<)).png
 
 $(outdir)/%.ly: %.ly