smartshape.add_entry_based_smartshape(start_note, end_note, shape_type)
Creates an entry based SmartShape based on two input notes. If a type is not specified, creates a slur.
Input | Type | Description |
---|---|---|
start_note |
FCNoteEntry |
Starting note for SmartShape. |
end_note |
FCNoteEntry |
Ending note for SmartShape. |
shape_type |
string |
or (number) The type of shape to add, pulled from table, or finale.SMARTSHAPE_TYPES number |
smartshape.delete_entry_based_smartshape(music_region, shape_type)
Creates an entry based SmartShape based on two input notes. If a type is not specified, creates a slur.
Input | Type | Description |
---|---|---|
music_region |
FCMusicregion |
The region to process. |
shape_type |
string |
or (number) The type of shape to add, pulled from table, or finale.SMARTSHAPE_TYPES number |
smartshape.delete_all_slurs()
Deletes all slurs, dashed slurs, and dashed curves.