summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2016-09-28 09:52:06 +0200
committerrekado <rekado@elephly.net>2016-09-28 09:52:06 +0200
commit1d4f1181fbccd5f9ef1a54bd696be8f0557328bd (patch)
tree4e75722a0b39b7dd16d43a7784d06ed3ea30ecf5
parent1d31f20499b4b9169ae7c19d311420d188b41768 (diff)
Invert stick tuning.
-rw-r--r--scales.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/scales.scm b/scales.scm
index 913a58a..aa3b7df 100644
--- a/scales.scm
+++ b/scales.scm
@@ -67,7 +67,7 @@ root note and returns a list of scale notes."
'(e a d g b e))
(define tuning-grand-stick-matched-reciprocal-6+6
- '((c g d a e b) (c g d a e b)))
+ '((b e a d g c) (b e a d g c)))
(define-record-type <fret>