File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ Returns the horizontal EVPU offset for a smart shape endpoint to align exactly w
6969expression .calc_text_width (expression_def , expand_tags )
7070```
7171
72- [ View source] ( https://github.com/finale-lua/lua-scripts/tree/master/src/library/expression.lua#L100 )
72+ [ View source] ( https://github.com/finale-lua/lua-scripts/tree/master/src/library/expression.lua#L101 )
7373
7474Returns the text advance width of the input expression definition.
7575
@@ -88,7 +88,7 @@ Returns the text advance width of the input expression definition.
8888expression .is_for_current_part (exp_assign , current_part )
8989```
9090
91- [ View source] ( https://github.com/finale-lua/lua-scripts/tree/master/src/library/expression.lua#L119 )
91+ [ View source] ( https://github.com/finale-lua/lua-scripts/tree/master/src/library/expression.lua#L120 )
9292
9393Returns true if the expression assignment is assigned to the current part or score.
9494
@@ -107,7 +107,7 @@ Returns true if the expression assignment is assigned to the current part or sco
107107expression .is_dynamic (exp )
108108```
109109
110- [ View source] ( https://github.com/finale-lua/lua-scripts/tree/master/src/library/expression.lua#L137 )
110+ [ View source] ( https://github.com/finale-lua/lua-scripts/tree/master/src/library/expression.lua#L138 )
111111
112112Returns true if the expression appears to be a dynamic.
113113
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments