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
Modifier and TypeFieldDescriptionstatic final EntityCatalog<Artikulation>
Catalog of simple articulations, with multi-lingual and symbolic names.static final Artikulation
Very short, symbolized by a wedge or "|" or "'" etc.static final Artikulation
Medium distinct, symbolized by a bar plus a dot "-."static final Artikulation
Short articulation, symbolized by a dot "."static final Artikulation
Non-legato, symbolized by a bar "-"Fields inherited from class eu.bandm.tscore.base.Entity
documentations
-
Constructor Summary
ModifierConstructorDescriptionprotected
Artikulation
(EntityCatalog<Artikulation> c, Map<String, String> map) Only constructor. -
Method Summary
Modifier and TypeMethodDescriptiontoString()
Get any name, preferable in theEntityCatalog.symbolic
language, as defined inMuLi.get(String...)
.Methods inherited from class eu.bandm.tscore.base.Entity
addName, dump, dump, getCatalog, getDocumentation, getDocumentation, getDocumentations, getName, getName, getNames, getParser, getParser, 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:Entity
Get any name, preferable in theEntityCatalog.symbolic
language, as defined inMuLi.get(String...)
. If this fails, get built-inObject.toString()
conversion result.- Overrides:
toString
in classEntity<Artikulation>
-