]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/mutopia-rules.make
release: 1.1.69
[lilypond.git] / make / mutopia-rules.make
index 74072fb462448c171732fa518b5593137ef11b88..e27626f40c93850d67d75025d94c84940792d8b6 100644 (file)
@@ -16,8 +16,17 @@ $(outdir)/%.ly.txt: %.ly
 $(outdir)/%.fly.txt: %.fly
        ln -f $< $@
 
+$(outdir)/%.ly.txt: %.abc
+#which file to show here -- abc seems more cute?
+       ln -f $< $@
 
+$(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