Skip to content

Commit 006da00

Browse files
authored
Merge pull request #340 from jwink75/master
Update utils.lua
2 parents fce24b6 + f1c0084 commit 006da00

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
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,

src/library/utils.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,6 @@ This returns one of the ways that Finale handles numbering things alphabetically
122122
123123
This function was written to emulate the way Finale numbers saves when Autonumber is set to A, B, C... When the end of the alphabet is reached it goes to A1, B1, C1, then presumably to A2, B2, C2.
124124
125-
If anyone wants to take the time to figure out what Finale does once you reach Z9 staves I'd love to know!
126-
Email me at jacob.winkler at mac dot com!
127-
128125
@ num (number)
129126
: (string)
130127
]]

0 commit comments

Comments
 (0)