]> git.donarmstrong.com Git - lilypond.git/blob - make/musicxml-rules.make
Fix 1825: Convert-ly shall also print output if no replacement was done
[lilypond.git] / make / musicxml-rules.make
1 .SUFFIXES: .xml .mxl
2
3
4 $(outdir)/%.ly:  %.xml
5         $(PYTHON) $(MUSICXML2LY) -o $@ $<
6
7 $(outdir)/%.ly:  %.mxl
8         $(PYTHON) $(MUSICXML2LY) -z -o $@ $<