Skip to content

Commit 2de1a28

Browse files
chore: autopublish 2022-07-31T04:04:54Z
1 parent 4a84f78 commit 2de1a28

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Diff for: docs/library/smartshape.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# SmartShape
2+
3+
## Functions
4+
5+
- [smartshape_entrybased(start_note, end_note, type)](#smartshape_entrybased)
6+
7+
### smartshape_entrybased
8+
9+
```lua
10+
smartshape.smartshape_entrybased(start_note, end_note, type)
11+
```
12+
13+
[View source](https://github.com/finale-lua/lua-scripts/tree/master/src/library/smartshape.lua#L-1)
14+
15+
Creates an entry based SmartShape based on two input notes. If a type is not specified, creates a slur.
16+
17+
| Input | Type | Description |
18+
| ----- | ---- | ----------- |
19+
| `start_note` | `FCNoteEntry` | Starting note for SmartShape. |
20+
| `end_note` | `FCNoteEntry` | Ending note for SmartShape. |
21+
| `type` | `SMARTSHAPE_TYPES or string` | |

0 commit comments

Comments
 (0)