]> git.donarmstrong.com Git - lilypond.git/blob - make/musicxml-rules.make
Change \cresc,\dim,\decresc to post-fix operators for (de)cresc spanners
[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 $@ $<