summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2017-02-27 13:01:39 +0100
committerRicardo Wurmus <rekado@elephly.net>2017-02-27 13:01:39 +0100
commitcf1d55a06c5d96cd2e1f93ffe8db1319af435349 (patch)
tree3f0f2d0b642ee8cc1b12fbe0bbf7427018eba32a /Makefile
parent5dfc6ede4c5ff452d4d28af8ce3cc9546a6aa71e (diff)
load settings.ly with lilypond command.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 18c9061..7d3199b 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ SOUNDFONT = $(HOME)/soundfonts/FluidR3GM.sf2
# Determine how many processors are present
CPU_CORES=`grep -m1 "cpu cores" /proc/cpuinfo | tr -cd '[:digit:]'`
# The command to run lilypond
-LILY_CMD = lilypond -ddelete-intermediate-files -drelative-includes -djob-count=$(CPU_CORES)
+LILY_CMD = lilypond -dinclude-settings=settings.ly -ddelete-intermediate-files -drelative-includes -djob-count=$(CPU_CORES)
SUBDIRS := 01-song1 02-song2 03-circus 04-white-noise