summaryrefslogtreecommitdiff
path: root/02-song2
diff options
context:
space:
mode:
Diffstat (limited to '02-song2')
-rw-r--r--02-song2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/02-song2/Makefile b/02-song2/Makefile
index 548429b..a48ddb0 100644
--- a/02-song2/Makefile
+++ b/02-song2/Makefile
@@ -4,7 +4,7 @@ SOUNDFONT = $(HOME)/FluidR3GM.sf2
lilypond $<
%.wav: %.midi
- fluidsynth -F $@ -R no -i -a alsa $(SOUNDFONT) $<
+ fluidsynth -F $@ -l -R no -i -n -a alsa $(SOUNDFONT) $<
%.ogg: %.wav
oggenc $<