Skip to content

Commit 09baa8b

Browse files
committed
Update ties_remove_dangling.lua
Added menu option to replace deleted ties with slurs
1 parent 3557fbf commit 09baa8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ties_remove_dangling.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ end
2828

2929
replace_with_slur = replace_with_slur or false
3030

31-
local tie = require("tie")
32-
local smartshape = require("smartshape")
31+
local tie = require("library.tie")
32+
local smartshape = require("library.smartshape")
3333

3434
local music_region = finale.FCMusicRegion()
3535
music_region:SetFullDocument()

0 commit comments

Comments
 (0)