The multimeasure rest object

Type: Dictionary

Encodes a single multimeasure rest. The required attributes "start" and "duration" specify the multimeasure rest's location and length, respectively.

When rendering MNX into graphical notation, applications are expected to use the value of "duration" as the number above the rest. If the optional "label" attribute is provided, that must be used instead.

Keys:

Name Type Required? Description
"duration" measure count object Yes The number of measures that this multimeasure rest spans. Generally this corresponds to the number graphically rendered in the score.
"label" string object No The label to use when rendering this multimeasure rest. This attribute is provided as a way to override the default rendering.
"start" measure number object Yes The measure number in which this multimeasure rest begins.

Examples

This object is used in the following examples:

Multimeasure rests