]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/mutopia-rules.make
release: 1.5.18
[lilypond.git] / make / mutopia-rules.make
index 15226f7dadd57e3b5b9718789d2f24037aa63f68..08445758d53908ab05bf49f719dbfbd38ea3c5e9 100644 (file)
@@ -13,12 +13,15 @@ $(outdir)/%.png: $(outdir)/%.ps
 $(outdir)/%.ly.txt: %.ly
        ln -f $< $@
 
+$(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) -o $@ $< 
+       $(PYTHON) $(ABC2LY) --strict -o $@ $< 
 
 $(outdir)/%.dvi: $(outdir)/%.ly
        $(PYTHON) $(LY2DVI) --output=$@ --dependencies $<