Skip to content

Commit fdae5bb

Browse files
chore: autopublish 2023-01-27T00:15:55Z
1 parent 6d48d52 commit fdae5bb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/library/expression.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Returns the horizontal EVPU offset for a smart shape endpoint to align exactly w
6969
expression.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

7474
Returns the text advance width of the input expression definition.
7575

@@ -88,7 +88,7 @@ Returns the text advance width of the input expression definition.
8888
expression.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

9393
Returns 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
107107
expression.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

112112
Returns true if the expression appears to be a dynamic.
113113

src/lib/lib/script-data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)