Uses of Class
eu.bandm.music.entities.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
-
Uses of MetrumName in eu.bandm.music.top
Modifier and TypeFieldDescriptionfinal MeasureCollector<MetrumName>
Score_cwn.measures
Collector for the meter names and duration indications in the main metric voice "M".protected MTreeCollector<MetrumName>
Score_cwn.mTreeCollector
Collector for the meter specifications in the main meter voice (mandatory) and in sounding voice (optional).Modifier and TypeMethodDescriptionvoid
Score_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.