summaryrefslogtreecommitdiff
path: root/README.org
blob: 5551ee223fe8df10fc6592157a08a03e62251ac0 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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