Index
Measure
Out
Measure

inheritance tree

 Score.temporalElement
           |
           |
           |
    UniformMeasures

class definition

UniformMeasures is a silent timed element representing a constant meter of a score for the duration of the UniformMeasures. The parameter 'n' represents the number of measures. The parameter 'beatNumber' and 'beatDuration' represent the meter as in Measure. The further measure parameters and features (e.g. 'beats' and 'accents') are accessible by the same methods as in Measure. However, there is a difference between getDuration and getMeasureDuration: the first returns the duration of the whole UniformMeasures while the second the duration of a single measure.
The similar class MeasureSeq allows to represent a sequence of measures which differ in beatNumber or beatDuration. However, this makes the constraints for MeasureSeq less efficient then the constraints for UniformMeasures.

NB: The constraints defined for UniformMeasures required both BeatNr and BeatDuration to be determined.

See the Measures doc for more info.

class UniformMeasures (Inheritance-free)
   feat !UniformMeasuresType label
   attr beatDuration beatNumber measure n
end