Skip to content

Commit 78cc4b1

Browse files
committed
add chromatic C 12 holes
1 parent c8a25dc commit 78cc4b1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

harmonica_leeoskar_diatonic_C.js renamed to harmonica_chromatic_C_12h.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1818
//=============================================================================
1919

20-
// 60 C C# D D# E F F# G G# A A# B
21-
var holes = ["+1", "", "-1", "", "+2", "-2\"", "", "+3", "", "-3\"", "", "-3",
22-
"+4", "", "-4", "", "+5", "-5", "", "+6", "", "-6", "", "-7",
23-
"+7", "", "-8", "", "+8", "-9", "", "+9", "", "-10", "", "+10'",
24-
"+10"
20+
// 60 C C# D D# E F F# G G# A A# B
21+
var holes = ["+1", "<+1", "-1", "<-1", "+2", "-2", "<-2", "+3", "<+3", "-3", "<-3", "-4",
22+
"+4", "<+4", "-5", "<-5", "+6", "-6", "<-6", "+7", "<+7", "-7", "<-7", "-8",
23+
"+8", "<+4", "-9", "<-9", "+10", "-10", "<-10", "+11", "<+11", "-11", "<-11", "-12",
24+
"+12", "<+12", "<-12"
2525
];
2626

2727
var shift = 60;
@@ -44,7 +44,7 @@ function run()
4444
}
4545

4646
var mscorePlugin = {
47-
menu: 'Plugins.Harmonica Tablature.Lee Oskar, Diatonic C',
47+
menu: 'Plugins.Harmonica Tablature.Chromatic C 12 holes',
4848
init: init,
4949
run: run
5050
};

0 commit comments

Comments
 (0)