]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/mutopia-rules.make
Add '-dcrop' option to ps and svg backends
[lilypond.git] / make / mutopia-rules.make
index f2328cb16a427856c305864c689f721a2d60a576..82bc3ee13ce6c978fa99e3ea922f3942bf2a6519 100644 (file)
@@ -1,38 +1,18 @@
+$(outdir)/%.ly: %.ly
+       cp $< $@
 
+$(outdir)/%.ily: %.ily
+       cp $< $@
 
-$(outdir)/%.gif: $(outdir)/%.ps
-       sh $(PS_TO_GIFS) $<
-       -mv $(name-stem)-page*.gif $(outdir)/
-#      touch $@
-       ln -s $(outdir)/$(name-stem)-page1.gif $@
-
-$(outdir)/%.png: $(outdir)/%.ps
-       sh $(PS_TO_PNGS) $<
-       -mv $(name-stem)-page*.png $(outdir)/
-#      touch $@
-       ln -s $(outdir)/$(name-stem)-page1.png $@
-
-$(outdir)/%.ly.txt: %.ly
-       ln -f $< $@
-
-$(outdir)/%.ly.txt: %.abc
+$(outdir)/%.ly: %.abc
 #which file to show here -- abc seems more cute?
-       ln -f $< $@
+       cp $< $@
 
 $(outdir)/%.ly: %.abc
-       $(PYTHON) $(ABC2LY) -o $@ $< 
-
-$(outdir)/%.dvi: $(outdir)/%.ly
-       $(PYTHON) $(LY2DVI) --output=$@ --dependencies $< 
-
-# don't junk intermediate .dvi files.  They're easier to view than
-# .ps or .png
-.PRECIOUS: $(outdir)/%.dvi
-
-$(outdir)/%.dvi: %.ly
-       $(PYTHON) $(LY2DVI) --output=$@ --dependencies $< 
-
-$(outdir)-$(PAPERSIZE)/%.dvi: %.ly
-       $(PYTHON) $(LY2DVI) --output=$@ --dependencies --set=papersize=$(PAPERSIZE) $< 
+       $(PYTHON) $(ABC2LY) --strict -o $@ $<
 
+# hmm. notdir builds src-dir builds?
+$(outdir)/%.png $(outdir)/%.pdf $(outdir)/%.ly $(outdir)/%.ps: $(outdir)/%.ly $(INIT_LY_SOURCES) $(SCHEME_SOURCES)
+       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 $<)
+       touch $(outdir)/$(basename $(notdir $<)).png