]> git.donarmstrong.com Git - lilypond.git/blob - make/musicxml-rules.make
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[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 $@ $<