From d6487a25d38603897f22d4d4136015c79a710db8 Mon Sep 17 00:00:00 2001 From: Jeremiah Ticket Date: Fri, 27 Jul 2018 10:14:01 -0800 Subject: [PATCH] Added Nick Drake Tuning. --- bashtuner.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bashtuner.sh b/bashtuner.sh index 4420589..08d18f3 100755 --- a/bashtuner.sh +++ b/bashtuner.sh @@ -19,6 +19,8 @@ declare -A tuning=( # Mandolin [mandolin]="G3 D4 A4 E5" [ukulele]="G4 C4 E4 A4" + #Nick Drake Tuning + [Nick-Drake-Tuning]="C2 G2 C3 F3 C4 E4" ) export DIALOGOPTS='--insecure --no-lines --visit-items'