Skip to content

Commit 5e28095

Browse files
chore: autopublish 2025-07-28T19:00:35Z
1 parent 8466c30 commit 5e28095

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

docs/library/score.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
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 |

src/lib/lib/script-data.json

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

0 commit comments

Comments
 (0)