projects
/
music
/
pretentious.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
bass: Generate tablature.
[music/pretentious.git]
/
targets.mk
1
SOUNDFONT
= $(
HOME
)/
FluidR3GM.sf2
2
3
%
.midi
: %
.ly parts
/*
.ly
4
lilypond
$<
5
6
%
.wav
: %
.midi
7
fluidsynth
-
F
$
@
-
l
-
R no
-
i
-
n
-
a alsa
$(
SOUNDFONT
) $<
8
9
%
.ogg
: %
.wav
10
oggenc
$<
11
12
wav
: $(
NAME
)
.wav
13
ogg
: $(
NAME
)
.ogg