]> 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 e27626f40c93850d67d75025d94c84940792d8b6..82bc3ee13ce6c978fa99e3ea922f3942bf2a6519 100644 (file)
@@ -1,40 +1,18 @@
+$(outdir)/%.ly: %.ly
+       cp $< $@
 
+$(outdir)/%.ily: %.ily
+       cp $< $@
 
-$(outdir)/%.gif: $(outdir)/%.ps
-       sh $(buildscripts)/ps-to-gifs.sh $<
-       -mv $(name-stem)-page*.gif $(outdir)/
-       touch $@
-
-$(outdir)/%.png: $(outdir)/%.ps
-       sh $(buildscripts)/ps-to-pngs.sh $<
-       -mv $(name-stem)-page*.png $(outdir)/
-       touch $@
-
-$(outdir)/%.ly.txt: %.ly
-       ln -f $< $@
-
-$(outdir)/%.fly.txt: %.fly
-       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) $(depth)/scripts/abc2ly.py -o $@ $< 
-
-$(outdir)/%.dvi: $(outdir)/%.ly
-       $(PYTHON) $(depth)/scripts/ly2dvi.py -o $(outdir)  $< 
-       -mv $(basename $(<F)).midi $(outdir)
-       
-# don't junk intermediate .dvi files.  They're easier to view than
-# .ps or .gif
-.PRECIOUS: $(outdir)/%.dvi
+       $(PYTHON) $(ABC2LY) --strict -o $@ $<
 
-$(outdir)/%.dvi: %.ly
-       $(PYTHON) $(depth)/scripts/ly2dvi.py -o $(outdir)  $< 
-       -mv $(basename $<).midi $(outdir)
+# 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
 
-$(outdir)/%.dvi: %.fly
-       $(PYTHON) $(depth)/scripts/ly2dvi.py -o $(outdir)  $< 
-       -mv $(basename $<).midi $(outdir)