summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--02-song2/Makefile2
-rw-r--r--03-circus/Makefile2
2 files changed, 2 insertions, 2 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 $<
diff --git a/03-circus/Makefile b/03-circus/Makefile
index 548429b..a48ddb0 100644
--- a/03-circus/Makefile
+++ b/03-circus/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 $<