Section StaffTexts
StaffText utility functions
- See
- StaffText
Summary
Return type | Function and summary |
---|---|
boolean | EnsureObjectInStaffArea(Score score, Staff staff, obj) Ensure an object is in the Staff area, move it vertically if needed. |
Function
EnsureObjectInStaffArea(Score score, Staff staff, obj)
Ensure an object is in the Staff area, move it vertically if needed.
Parameter | Type | Default | Description |
---|---|---|---|
score | Score | score | |
staff | Staff | staff | |
obj | Object: Dynamic, StaffText, FXProcessor, Picture |
- Return
- boolean:
true
if object has been moved vertically,false
otherwise.