diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-04-01 09:53:37 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-04-01 14:10:50 +0200 |
commit | 367f1b39644898ed605265c38d42063bbee1df71 (patch) | |
tree | 3444086d64d46f6b0346439de760aadac1cd0927 /Makefile | |
parent | 48db0fc4b6ad9162c183457a4971b270bc83fa44 (diff) |
Add chord track (enable with LILYPOND_USE_CHORDS).
This is used for the drum guide track where too much detail would
distract from the click.
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 -dinclude-settings=settings.ly -ddelete-intermediate-files -drelative-includes -djob-count=$(CPU_CORES) +LILY_CMD = LILYPOND_USE_CHORDS=$(LILYPOND_USE_CHORDS) lilypond -dinclude-settings=settings.ly -ddelete-intermediate-files -drelative-includes -djob-count=$(CPU_CORES) SUBDIRS := 01-song1 02-song2 03-circus 04-white-noise |