Package eu.bandm.music.entities
Class Ornament_JSB_klavierbuechlein
java.lang.Object
eu.bandm.tscore.base.Entity<Ornament>
eu.bandm.music.entities.Ornament
eu.bandm.music.entities.Ornament_JSB_klavierbuechlein
- All Implemented Interfaces:
Translet.Parseable<Ornament>
,Cloneable
Catalog of commonly used ornaments. Based on the table in the
"Klavierbüchlein für Wilhelm Friedemann" by J.S. Bach, from 1720.
See this graphic, taken from
the German wikipedia.
The character sequences used for the symbolic names try to simulate
the appearance of the graphic symbols.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EntityCatalog
<Ornament> The catalog of all these ornaments.static final Ornament
static final Ornament
Fields inherited from class eu.bandm.music.entities.Ornament
mainNote, nothing, only1, post, pre, rep, repLowerStart, repUpperStart
Fields inherited from class eu.bandm.tscore.base.Entity
documentations
-
Method Summary
Modifier and TypeMethodDescriptionstatic final Translet.Parser
<Ornament> Returns a parser accepting the abstract symbols.static final Translet.Parser
<Ornament> membersParser
(String lang) Returns a parser in the given (human) langauge.Methods inherited from class eu.bandm.music.entities.Ornament
allOffsets, doExpand, dump, expand, expand, fill, getPost, getPre, getRep, repetitionCounts, repetitionLimits
Methods inherited from class eu.bandm.tscore.base.Entity
addName, dump, getCatalog, getDocumentation, getDocumentation, getDocumentations, getName, getName, getNames, getParser, getParser, setDocumentation, toString, toString
-
Field Details
-
catalog
The catalog of all these ornaments. -
triller
-
mordent
-
-
Method Details
-
membersParser
Returns a parser in the given (human) langauge. -
membersParser
Returns a parser accepting the abstract symbols.
-