The measure global object
Type: Dictionary
The measure-global object is the place to encode global information about a measure — that is, the measure's metadata that applies to every part in the score. Examples are key signatures and time signatures.
Keys:
Name | Type | Required? | Description |
---|---|---|---|
barline object | No | The barline drawn at the end of this measure. If not provided, the barline should be interpreted as follows: * If the measure is the last in the document, use {"type": "final"}. * Otherwise, use {"type": "regular"}. |
|
ending object | No | Alternate endings (aka "voltas") that begin in this measure. | |
fine object | No | ||
measure number object | No | The one-based index of this measure within the document's score order. The default value is 1 for the first measure in "global". For all other measures, the default value is the value of the previous measure plus 1. This is used within the MNX document in cases when content needs to refer to a specific measure. |
|
jump object | No | ||
key signature object | No | ||
measure number object | No | A visual label for the measure. It is not required to be unique in the document. If omitted, its value is the same as "index". | |
repeat end object | No | ||
repeat start object | No | ||
segno object | No | ||
An array of tempo objects | No | ||
time signature object | No |
Examples
This object is used in the following examples: