Score object

Represents a score.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
id: "c96db2ba-1d1f-4aa2-82fb-a2cd1848097b",
scoreUrl: "https://www.sibelius.com/my-great-score.sib",
scoreMetadata: { … },
scoreLayout: { … },
scorchSettings: { … },
renderings: [ … ],
publisher: {
scoreId: "myGreatScore",
identity: { … }
},
status: "idle"
createdAt: "2016-10-26T04:53:15.682Z",
updatedAt: "2016-10-26T04:53:15.682Z"
}
Field Description
id Unique score identifier
scoreUrl Original URL from which this score was published
scoreMetadata Score metadata
scoreLayout Score layout data
scorchSettings scorchSettings (for .sco files only)
renderings Array of renderings for this score
publisher Contains publisher identity information and scoreId
status Score rendering status
createdAt Date score was created
updatedAt Date score was updated