Skip to content

Commit ddd2a86

Browse files
authored
Merge pull request #787 from rpatters1/keymode-bugfix
nonstandard key mode editor
2 parents 817f655 + 6f84d3c commit ddd2a86

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/key_modes_manage.lua

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ function plugindef()
22
finaleplugin.MinJWLuaVersion = 0.72
33
finaleplugin.Author = "Robert Patterson"
44
finaleplugin.Copyright = "CC0 https://creativecommons.org/publicdomain/zero/1.0/"
5-
finaleplugin.Version = "1.1.0"
6-
finaleplugin.Date = "April 6, 2024"
5+
finaleplugin.Version = "1.1.1"
6+
finaleplugin.Date = "June 8, 2025"
77
finaleplugin.CategoryTags = "Key Signatures"
88
finaleplugin.Notes = [[
99
This script provides a simplified interface for managing the most common types
@@ -772,6 +772,7 @@ local function copy_dialog_to_def(dialog, def, for_create)
772772
def.AccidentalOrder, def.AccidentalAmounts = get_acci_order_and_amounts(dialog)
773773
-- populate clef accidental octaves
774774
def.ClefAccidentalPlacements = context.current_acci_octaves
775+
def.HasClefAccidentalPlacements = next(context.current_acci_octaves) ~= nil
775776
-- success exit
776777
return true
777778
end

0 commit comments

Comments
 (0)