From e11a852763474204726ba3614f3e4dfe99e7517e Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 24 Feb 2017 20:45:33 +0100 Subject: Add README.org. --- README.org | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.org (limited to 'README.org') diff --git a/README.org b/README.org new file mode 100644 index 0000000..5551ee2 --- /dev/null +++ b/README.org @@ -0,0 +1,25 @@ +* prepare the environment + +#+BEGIN_SRC sh +guix environment -l guix.scm +#+END_SRC + +* build things + +To render WAV files for all the songs: + +#+BEGIN_SRC sh +make +#+END_SRC + +To build the bass part for just “Circus”: + +#+BEGIN_SRC sh +make 03-circus/parts/bass.pdf +#+END_SRC + +To build a drum guide track with click: + +#+BEGIN_SRC sh +make guide +#+END_SRC -- cgit v1.2.3