repo.or.cz
/
lilypond.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove octave check warnings.
[lilypond.git]
/
make
/
musicxml-rules.make
blob
d0c46511975aed0cf1adad8f8cc08e4b14818258
1
.SUFFIXES
:
.xml .mxl
2
3
4
$(
outdir
)/%
.ly
: %
.xml
5
$(
PYTHON
) $(
MUSICXML2LY
) -
o
$
@
$<
6
7
$(
outdir
)/%
.ly
: %
.mxl
8
$(
PYTHON
) $(
MUSICXML2LY
) -
z
-
o
$
@
$<