diff --git a/src/ABCParser.cs b/src/ABCParser.cs index ab542b9..a656aca 100644 --- a/src/ABCParser.cs +++ b/src/ABCParser.cs @@ -445,7 +445,7 @@ private bool ParseNote(string inString, ref int i) { Note newNote = new Note(); int noteIndex = -1; - int octaveIndex = 3; // 4 is middle, but 2 sounds MUCH better - start there + int octaveIndex = 2; // 4 is middle, but 2 sounds MUCH better - start there bool sharpDetected = false; bool flatDetected = false; bool naturalDetected = false;