diff options
-rw-r--r-- | scales.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |