File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77- [ calc_handle_offset_for_smart_shape(exp_assign)] ( #calc_handle_offset_for_smart_shape )
88- [ calc_text_width(expression_def, expand_tags)] ( #calc_text_width )
99- [ is_for_current_part(exp_assign, current_part)] ( #is_for_current_part )
10+ - [ is_dynamic(exp)] ( #is_dynamic )
1011
1112### get_music_region
1213
@@ -99,3 +100,21 @@ Returns true if the expression assignment is assigned to the current part or sco
99100| Return type | Description |
100101| ----------- | ----------- |
101102| ` boolean ` | |
103+
104+ ### is_dynamic
105+
106+ ``` lua
107+ expression .is_dynamic (exp )
108+ ```
109+
110+ [ View source] ( https://github.com/finale-lua/lua-scripts/tree/master/src/library/expression.lua#L137 )
111+
112+ Returns true if the expression appears to be a dynamic.
113+
114+ | Input | Type | Description |
115+ | ----- | ---- | ----------- |
116+ | ` exp ` | ` FCExpression ` | |
117+
118+ | Return type | Description |
119+ | ----------- | ----------- |
120+ | ` boolean ` | |
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments