diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-02-27 13:01:39 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-02-27 13:01:39 +0100 |
commit | cf1d55a06c5d96cd2e1f93ffe8db1319af435349 (patch) | |
tree | 3f0f2d0b642ee8cc1b12fbe0bbf7427018eba32a /Makefile | |
parent | 5dfc6ede4c5ff452d4d28af8ce3cc9546a6aa71e (diff) |
load settings.ly with lilypond command.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |