]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/mutopia-rules.make
($(addprefix $(outdir)/,$(LYM4_FILES):
[lilypond.git] / make / mutopia-rules.make
index 0b16e7e68a694829e3f5b383b228132490d6ab40..8c51c6f19778ba47c616e52d3aba7a0c5f8fb407 100644 (file)
@@ -1,26 +1,31 @@
 
 
-$(outdir)/%.gif: $(outdir)/%.ps
-       sh $(buildscripts)/ps-to-gifs.sh $<
-       -mv $(name-stem)-page*.gif $(outdir)/
-       touch $@
+$(outdir)/%.png: $(outdir)/%.ps
+       gs -sDEVICE=pnggray -dTextAlphaBits=4 -dGraphicsAlphaBits=4 -sOutputFile="$(name-stem)-page%d.png" -r90 -dNOPAUSE $< -c quit
+       -mv $(name-stem)-page*.png $(outdir)/
+       rm -f $@
+       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)/%.ps: $(outdir)/%.ly
+       $(PYTHON) $(LY2DVI) --output=$@ $<  
 
+$(outdir)/%.ps: %.ly
+       $(PYTHON) $(LY2DVI) --output=$@ $<  
 
-# don't junk intermediate .dvi files.  They're easier to view than
-# .ps or .gif
-.PRECIOUS: $(outdir)/%.dvi
+$(outdir)/%.pdf: $(outdir)/%.ps
+       ps2pdf -sPAPERSIZE=a4 $< $@
 
-$(outdir)/%.dvi: %.ly
-       sh $(depth)/scripts/ly2dvi.sh -S $(topdir) -o $(outdir)  $< 
-       -mv $(basename $<).midi $(outdir)
 
-$(outdir)/%.dvi: %.fly
-       sh $(depth)/scripts/ly2dvi.sh -S $(topdir) -o $(outdir)  $< 
-       -mv $(basename $<).midi $(outdir)