Skip to content

Bug report #106

Open
Open
@Nick-Mazuk

Description

@Nick-Mazuk

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]

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions