From eeeb8bee21db2cca7f6bd24d6f8f1abe194083d4 Mon Sep 17 00:00:00 2001 From: Paul Ganssle Date: Mon, 29 Apr 2024 16:25:29 -0400 Subject: [PATCH] Fix octave on gray chord The only person I know who is using the app and on >= gray says it's fine to make this without trying to keep an option for the old version, so I'm going to just push this through unless anyone explicitly objects. --- _data/chords.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/chords.yml b/_data/chords.yml index e877b02..8b785a2 100644 --- a/_data/chords.yml +++ b/_data/chords.yml @@ -37,7 +37,7 @@ - name: "gray" display: "Gray" chord: "A" - notes: ["A4", "C#4", "E4"] + notes: ["A3", "C#4", "E4"] - name: "tan" display: "Tan" chord: "D"