SSStaffLayout

Superclass:
NSObject
Declared In:

Introduction

info about staves in a part returned from staffLayout



Properties

partIndex

the part index

staves

the array of staff info for this part (expect normally 1 or 2 in array)

tenthSize

one tenth of the staff line separation in CG units


partIndex


the part index

@property (readonly) int partIndex; 

staves


the array of staff info for this part (expect normally 1 or 2 in array)

@property (readonly) NSArray<SSStaff*> * staves; 

tenthSize


one tenth of the staff line separation in CG units

@property (readonly) float tenthSize;