File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 33
33
- [ set_all_parts_page_size(width, height)] ( #set_all_parts_page_size )
34
34
- [ apply_config(config, options)] ( #apply_config )
35
35
- [ calc_voice_staff(staff_num)] ( #calc_voice_staff )
36
+ - [ calc_has_optimized_systems()] ( #calc_has_optimized_systems )
36
37
37
38
### create_default_config
38
39
@@ -554,3 +555,17 @@ Determines whether the staff is a voice instrument.
554
555
| Return type | Description |
555
556
| ----------- | ----------- |
556
557
| ` boolean ` | True if the staff is a voice instrument. |
558
+
559
+ ### calc_has_optimized_systems
560
+
561
+ ``` lua
562
+ score .calc_has_optimized_systems ()
563
+ ```
564
+
565
+ [ View source] ( https://github.com/finale-lua/lua-scripts/tree/refs/heads/master/src/library/score.lua#L835 )
566
+
567
+ Deterimines if this score contains optimized systems
568
+
569
+ | Return type | Description |
570
+ | ----------- | ----------- |
571
+ | ` boolean ` | True if an optimized system is found |
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments