Skip to content

Commit 234a28e

Browse files
{chore: autopublish 2021-08-02T19:46:51Z}
1 parent d101710 commit 234a28e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/library/general_library.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- [get_top_left_visible_cell](#get_top_left_visible_cell)
99
- [get_top_left_selected_or_visible_cell](#get_top_left_selected_or_visible_cell)
1010
- [is_default_measure_number_visible_on_cell](#is_default_measure_number_visible_on_cell)
11+
- [is_default_number_visible_and_left_aligned](#is_default_number_visible_and_left_aligned)
1112
- [update_layout](#update_layout)
1213
- [get_current_part](#get_current_part)
1314
- [get_page_format_prefs](#get_page_format_prefs)
@@ -138,6 +139,26 @@ Returns true if measure numbers for the input region are visible on the input ce
138139
| --- | --- |
139140
| `boolean` | |
140141

142+
## is_default_number_visible_and_left_aligned
143+
144+
```lua
145+
library.is_default_number_visible_and_left_aligned (meas_num_region, cell, system, current_is_part, is_for_multimeasure_rest)
146+
```
147+
148+
Returns true if measure number for the input cell is visible and left-aligned.
149+
150+
| Input | Type | Description |
151+
| --- | --- | --- |
152+
| `meas_num_region` | `FCMeasureNumberRegion` | |
153+
| `cell` | `FCCell` | |
154+
| `system` | `FCStaffSystem` | |
155+
| `current_is_part` | `boolean` | true if the current view is a linked part, otherwise false |
156+
| `is_for_multimeasure_rest` | `boolean` | true if the current cell starts a multimeasure rest |
157+
158+
| Output type | Description |
159+
| --- | --- |
160+
| `boolean` | |
161+
141162
## update_layout
142163

143164
```lua

0 commit comments

Comments
 (0)