Package eu.bandm.music.entities
Class MixedNoteheadAddendum
- All Implemented Interfaces:
Translet.Parseable<MixedNoteheadAddendum>
Catalog of mixed addenda to single notes, common in CWN.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final EntityCatalog<MixedNoteheadAddendum>
Catalog with multi-lingual and symbolic names.static final MixedNoteheadAddendum
Emphasis.static final MixedNoteheadAddendum
Espressivo mark.static final MixedNoteheadAddendum
Strong emphasis and detached tone.static final MixedNoteheadAddendum
Irregular tremolo.static final MixedNoteheadAddendum
Tremolo.Fields inherited from class eu.bandm.tscore.base.Entity
documentations
-
Constructor Summary
ModifierConstructorDescriptionprotected
Only constructor. -
Method Summary
Methods inherited from class eu.bandm.tscore.base.Entity
addName, dump, dump, getCatalog, getDocumentation, getDocumentation, getDocumentations, getName, getName, getNames, getParser, getParser, setDocumentation, toString, toString
-
Field Details
-
catalog
Catalog with multi-lingual and symbolic names. -
espressivo
Espressivo mark. Is often mistaken for a sequence of cresc. and dim. -
tremolo
Tremolo. The here used "1/32" beams are only meant pars pro toto. -
irrTremolo
Irregular tremolo. -
emphasis
Emphasis. -
hat
Strong emphasis and detached tone.
-
-
Constructor Details
-
MixedNoteheadAddendum
Only constructor. @see Entity.Entity(EntityCatalog,Map)
-