Uses of Class
eu.bandm.music.entities.ClefUsage
Packages that use ClefUsage
Package
Description
All fundamental entities for modeling music.
Top-level data structures, modelling different score formats, combining the
entities defined in lower level packages.
-
Uses of ClefUsage in eu.bandm.music.entities
Fields in eu.bandm.music.entities declared as ClefUsageModifier and TypeFieldDescriptionstatic final ClefUsageClefUsage.altThe traditional alto clef.static final ClefUsageClefUsage.baritonThe traditional bariton clef.static final ClefUsageClefUsage.bassThe standard bass clef.static final ClefUsageClefUsage.bass8vaBass clef with additional "octave lower" sign.static final ClefUsageClefUsage.frenchViolinThe "french violin", one line lower than the standard violin clef.static final ClefUsageClefUsage.mezzpThe traditional mezzo soprano clef.static final ClefUsageClefUsage.sopranThe traditional soprano clef.static final ClefUsageClefUsage.tenorThe traditional tenor clef.static final ClefUsageClefUsage.violinThe standard violin clef.static final ClefUsageClefUsage.violin15vaThe violin clef with an additional "two octaces higher" sign.static final ClefUsageClefUsage.violin8vaThe violin clef with an additional "8va higher" sign.static final ClefUsageClefUsage.violin8vaBassaThe violin clef with an additional "8va lower" sign, as sometimes used for tenor voices.Fields in eu.bandm.music.entities with type parameters of type ClefUsageMethods in eu.bandm.music.entities that return ClefUsageModifier and TypeMethodDescriptionprotected ClefUsageClefUsage.withOctave(int octave) Clone a copy with the given octave displacement.Methods in eu.bandm.music.entities that return types with arguments of type ClefUsageModifier and TypeMethodDescriptionstatic final Translet.Parser<ClefUsage> ClefUsage.fullParser(String lang) Accepts generic version (seegenericParser(String,String)) OR the predefined standard clef usages, both in the given language, withdefault_prefix.static final Translet.Parser<ClefUsage> ClefUsage.fullParser(String lang, String prefix) Accepts generic version (seegenericParser(String,String)) OR the predefined standard clef usages, with given language and prefix.static final Translet.Parser<ClefUsage> ClefUsage.genericParser(String lang) Accepts only the generic version (seegenericParser(String,String)) in the given language, withdefault_prefix.static final Translet.Parser<ClefUsage> ClefUsage.genericParser(String lang, String prefix) Accepts only the generic format, which is a sequence of the given prefix, the clef name in the given language, the line number where to place the clef (1 is bottom line) and finally optionally "+1"/"+2"/"-1"/"-2" for maximally two additional octaves displacement.Methods in eu.bandm.music.entities with parameters of type ClefUsage -
Uses of ClefUsage in eu.bandm.music.top
Fields in eu.bandm.music.top with type parameters of type ClefUsageModifier and TypeFieldDescriptionScore_cwn.event2clefUsageMaps events of sounding voices to a clef change, from param trackScore_cwn.paramname_nota.Methods in eu.bandm.music.top with parameters of type ClefUsageModifier and TypeMethodDescriptionvoidCwn_to_lilypond.toLilyPond_clefSelect(List<Format> formats, Event event, ClefUsage cu) Generate a format for changing the clef.