]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/mutopia-rules.make
release: 1.5.43
[lilypond.git] / make / mutopia-rules.make
index 1905f1f4dd1def2bd059e0f8e0b9bb1954779bef..81b6b57fd41a1c17428d4bdb6ab11a877b3268b0 100644 (file)
@@ -1,31 +1,46 @@
 
 
 $(outdir)/%.gif: $(outdir)/%.ps
-       sh $(buildscripts)/ps-to-gifs.sh $<
+       sh $(PS_TO_GIFS) $<
        -mv $(name-stem)-page*.gif $(outdir)/
-       touch $@
+       ln -s $(name-stem)-page1.gif $@
 
 $(outdir)/%.png: $(outdir)/%.ps
-       sh $(buildscripts)/ps-to-pngs.sh $<
+       sh $(PS_TO_PNGS) $<
        -mv $(name-stem)-page*.png $(outdir)/
-       touch $@
+       ln -s $(name-stem)-page1.png $@
 
 $(outdir)/%.ly.txt: %.ly
        ln -f $< $@
 
-$(outdir)/%.fly.txt: %.fly
+$(outdir)/%.ly.txt: $(outdir)/%.ly
+       cp -f $< $@
+
+$(outdir)/%.ly.txt: %.abc
+#which file to show here -- abc seems more cute?
        ln -f $< $@
 
+$(outdir)/%.ly: %.abc
+       $(PYTHON) $(ABC2LY) --strict -o $@ $< 
 
+$(outdir)/%.dvi: $(outdir)/%.ly
+       $(PYTHON) $(LY2DVI) --output=$@ --dependencies $< 
 
 # don't junk intermediate .dvi files.  They're easier to view than
-# .ps or .gif
+# .ps or .png
 .PRECIOUS: $(outdir)/%.dvi
 
 $(outdir)/%.dvi: %.ly
-       $(PYTHON) $(depth)/scripts/ly2dvi32.py -o $(outdir)  $< 
-       -mv $(basename $<).midi $(outdir)
+       $(PYTHON) $(LY2DVI) --output=$@ --dependencies $< 
+
+
+$(outdir)/%.pdf: $(outdir)/%.dvi
+       dvips -u lilypond.map -o $@.pdfps  -Ppdf $<
+       ps2pdf $@.pdfps $@
+
+       $(PYTHON) $(LY2DVI) --output=$@ --dependencies $< 
+
+$(outdir)-$(PAPERSIZE)/%.dvi: %.ly
+       $(PYTHON) $(LY2DVI) --output=$@ --dependencies --set=papersize=$(PAPERSIZE) $< 
+
 
-$(outdir)/%.dvi: %.fly
-       $(PYTHON) $(depth)/scripts/ly2dvi32.py -o $(outdir)  $< 
-       -mv $(basename $<).midi $(outdir)