Open
Description
Description
local music_region = finenv.Region()
local start_measure = music_region:GetStartMeasure()
local measure_pos = music_region:GetStartMeasurePos()
local start_staff = 11
local add_expression = finale.FCExpression()
add_expression:SetStaff(start_staff)
add_expression:SetScaleWithEntry(true)
add_expression:SetPartAssignment(true)
add_expression:SetScoreAssignment(true)
add_expression:SetID(15)
local connect_cell = finale.FCCell(start_measure, start_staff)
add_expression:SaveNewToCell(connect_cell)
This will insert an expression but on 1 staff. Not on the staff's selected in the Score list of that Category. Can that be solved? TIA
Metadata
- Finale v26
- Windows 10
- Script: n/a
Created through the website by Hans Voerman [email protected]