pub struct StaffSize {
pub attributes: StaffSizeAttributes,
pub content: NonNegativeDecimal,
}Expand description
The StaffSize element indicates how large a staff space is on this staff, expressed as a percentage of the work’s default scaling.
Values less than 100 make the staff space smaller while values over 100 make the staff space larger. A StaffType of cue, ossia, or editorial implies a StaffSize of less than 100, but the exact value is implementation-dependent unless specified here. Staff size affects staff height only, not the relationship of the staff to the left and right margins.
In some cases, a StaffSize different than 100 also scales the notation on the staff, such as with a cue staff. In other cases, such as percussion staves, the lines may be more widely spaced without scaling the notation on the staff. The scaling attribute allows these two cases to be distinguished.
Fields§
§attributes: StaffSizeAttributesElement-specific attributes
content: NonNegativeDecimalElement-specific content