Package eu.bandm.music.entities
Class Artikulation
- All Implemented Interfaces:
Translet.Parseable<Artikulation>
Catalog of commonly used articulations in CWN.
This is a very basic collection.
Especially, all signs which are partly articulations, but carry also other
aspects, are not inlcuded. (like "hat" = "^" for emphasized and
discrete tone, etc.). For these see
MixedNoteheadAddendum.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EntityCatalog<Artikulation> Catalog of simple articulations, with multi-lingual and symbolic names.static final ArtikulationVery short, symbolized by a wedge or "|" or "'" etc.static final ArtikulationMedium distinct, symbolized by a bar plus a dot "-."static final ArtikulationShort articulation, symbolized by a dot "."static final ArtikulationNon-legato, symbolized by a bar "-"Fields inherited from class eu.bandm.tscore.base.Entity
documentations -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedArtikulation(EntityCatalog<Artikulation> c, Map<String, String> map) Only constructor. -
Method Summary
Modifier and TypeMethodDescriptiontoString()Get any name, preferable in theEntityCatalog.SYMBOLIClanguage, as defined inMuLi.get(String...).Methods inherited from class eu.bandm.tscore.base.Entity
addName, dump, dump, getCatalog, getDocumentation, getDocumentation, getDocumentations, getName, getNames, getParser, getParser, getSpecific, setDocumentation, toString
-
Field Details
-
catalog
Catalog of simple articulations, with multi-lingual and symbolic names. -
staccato
Short articulation, symbolized by a dot "." -
tenuto
Non-legato, symbolized by a bar "-" -
portato
Medium distinct, symbolized by a bar plus a dot "-." -
moltoStaccato
Very short, symbolized by a wedge or "|" or "'" etc.
-
-
Constructor Details
-
Artikulation
Only constructor. @see Entity.Entity(EntityCatalog,Map)
-
-
Method Details
-
toString
Description copied from class:EntityGet any name, preferable in theEntityCatalog.SYMBOLIClanguage, as defined inMuLi.get(String...). If this fails, get built-inObject.toString()conversion result.- Overrides:
toStringin classEntity<Artikulation>
-