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 3333- [ set_all_parts_page_size(width, height)] ( #set_all_parts_page_size )
3434- [ apply_config(config, options)] ( #apply_config )
3535- [ calc_voice_staff(staff_num)] ( #calc_voice_staff )
36+ - [ calc_has_optimized_systems()] ( #calc_has_optimized_systems )
3637
3738### create_default_config
3839
@@ -554,3 +555,17 @@ Determines whether the staff is a voice instrument.
554555| Return type | Description |
555556| ----------- | ----------- |
556557| ` 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