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
Modifier and TypeFieldDescriptionstatic final EntityCatalog<Ornament>
The catalog of all these ornaments.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
doExpand, dump, expand, 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.
-
-
Method Details
-
membersParser
Returns a parser in the given (human) langauge. -
membersParser
Returns a parser accepting the abstract symbols.
-