We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a84f78 commit 2de1a28Copy full SHA for 2de1a28
docs/library/smartshape.md
@@ -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