Uses of Class
eu.bandm.music.entities.MetrumName
Packages that use MetrumName
Package
Description
All fundamental entities for modeling music.
Top-level data structures, modelling different score formats, combining the
entities defined in lower level packages.
-
Uses of MetrumName in eu.bandm.music.entities
Fields in eu.bandm.music.entities with type parameters of type MetrumName -
Uses of MetrumName in eu.bandm.music.top
Fields in eu.bandm.music.top with type parameters of type MetrumNameModifier and TypeFieldDescriptionfinal MeasureCollector<MetrumName> Score_cwn.measuresCollector for the meter names and duration indications in the main metric voice "M".protected MTreeCollector<MetrumName> Score_cwn.mTreeCollectorCollector for the meter specifications in the main meter voice (mandatory) and in sounding voice (optional).Methods in eu.bandm.music.top with parameters of type MetrumNameModifier and TypeMethodDescriptionvoidScore_cwn.addCompleteMeasure(MetrumName name, @Opt MTreeSpec mt) Append at the end of all measure specifications a new measure with the given name (looking like "den/nom") and MTree specification.