Skip to content

Commit 58729c2

Browse files
chore: autopublish 2025-06-08T13:39:34Z
1 parent ddd2a86 commit 58729c2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

dist/key_modes_manage.lua

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5144,8 +5144,8 @@ function plugindef()
51445144
finaleplugin.MinJWLuaVersion = 0.72
51455145
finaleplugin.Author = "Robert Patterson"
51465146
finaleplugin.Copyright = "CC0 https://creativecommons.org/publicdomain/zero/1.0/"
5147-
finaleplugin.Version = "1.1.0"
5148-
finaleplugin.Date = "April 6, 2024"
5147+
finaleplugin.Version = "1.1.1"
5148+
finaleplugin.Date = "June 8, 2025"
51495149
finaleplugin.CategoryTags = "Key Signatures"
51505150
finaleplugin.Notes = [[
51515151
This script provides a simplified interface for managing the most common types
@@ -5911,6 +5911,7 @@ local function copy_dialog_to_def(dialog, def, for_create)
59115911
def.AccidentalOrder, def.AccidentalAmounts = get_acci_order_and_amounts(dialog)
59125912

59135913
def.ClefAccidentalPlacements = context.current_acci_octaves
5914+
def.HasClefAccidentalPlacements = next(context.current_acci_octaves) ~= nil
59145915

59155916
return true
59165917
end

hash/key_modes_manage.hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
44a853538097ffe423c8a091eac1563bd03dba985a863cb7ec549e0c5d0cd71fcff6447d137e8164e8786e7427b68cb610f41c184d3ef308263664d5ecb30429 key_modes_manage.lua
1+
b1f86ab3c7b245e1583fb9ac8349c03bd6de214a3976fab64cbd1e08e031bfc845e286babdb4a4f97791ac8d37989193704fb308e26991f5440ee611cd79bae2 key_modes_manage.lua

0 commit comments

Comments
 (0)