]> git.donarmstrong.com Git - lilypond.git/blob - make/musicxml-rules.make
Add '-dcrop' option to ps and svg backends
[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 $@ $<