Skip to content

Commit 0e60643

Browse files
committed
Update expression_scale_noscale.lua
Added ScriptGroupName and ScriptGroupDescription to plugindef
1 parent 479dcd1 commit 0e60643

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/expression_scale_noscale.lua

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ function plugindef()
55
finaleplugin.Copyright = "CC0 https://creativecommons.org/publicdomain/zero/1.0/"
66
finaleplugin.Version = "v1.0"
77
finaleplugin.Date = "2022/07/30"
8+
finaleplugin.ScriptGroupName = "Expressions: Scaling"
9+
finaleplugin.ScriptGroupDescription = [[
10+
Sets the scaling parameter of any expressions in a selection to on or off.
11+
12+
By default, if you resize a note or rest, any attached expressions will get scaled by the same amount. By turning scaling to 'off' you can override this behavior and always keep the expression at the defined size.
13+
14+
Note that these scripts do not work on expressions assigned to a staff list, such as those found in the Tempo Marks or Tempo Alterations categories.
15+
]]
816
finaleplugin.AdditionalMenuOptions = [[
917
Expressions: Scaling ON
1018
]]

0 commit comments

Comments
 (0)