projects
/
music
/
pretentious.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
080c3da
)
Add README.org.
author
Ricardo Wurmus
<rekado@elephly.net>
Fri, 24 Feb 2017 19:45:33 +0000
(20:45 +0100)
committer
Ricardo Wurmus
<rekado@elephly.net>
Fri, 24 Feb 2017 19:56:35 +0000
(20:56 +0100)
README.org
[new file with mode: 0644]
patch
|
blob
diff --git a/README.org
b/README.org
new file mode 100644
(file)
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