From ed720e52d644d34383b58b58237140987dec37aa Mon Sep 17 00:00:00 2001 From: rekado Date: Sun, 15 Nov 2015 21:31:49 +0100 Subject: Prevent fluidsynth from doing fancy LASH stuff. --- 02-song2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '02-song2') 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 $< -- cgit v1.2.3