Skip to content

Commit f1c0084

Browse files
committed
Update score.lua
Added two variations of vocal tenor clef to CLEF_MAP
1 parent 5b9be66 commit f1c0084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library/score.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ configuration.get_parameters("score.config.txt", config)
1111

1212
local score = {}
1313

14-
local CLEF_MAP = {treble = 0, alto = 1, tenor = 2, bass = 3, percussion = 12}
14+
local CLEF_MAP = {treble = 0, alto = 1, tenor = 2, bass = 3, treble_8ba = 5, tenor_vocal = 5, percussion = 12}
1515
local BRACE_MAP = {
1616
none = finale.GRBRAC_NONE,
1717
plain = finale.GRBRAC_PLAIN,

0 commit comments

Comments
 (0)