att.syl.log

Logical domain attributes.
Module
Attributes
con, wordpos
con(optional)Describes the symbols typically used to indicate breaks between syllables and their functions. Allowed values are: "s" (Space (word separator).), "d" (Dash (syllable separator).), "u" (Underscore (syllable extension).), "t" (Tilde (syllable elision).), "c" (Circumflex [angled line above] (syllable elision).), "v" (Caron [angled line below] (syllable elision).), "i" (Inverted breve [curved line above] (syllable elision).), "b" (Breve [curved line below] (syllable elision).)
wordpos(optional)Records the position of a syllable within a word. Allowed values are: "i" ((initial) first syllable.), "m" ((medial) neither first nor last syllable.), "s" ((single) single syllable.), "t" ((terminal) last syllable.)
con(optional)Describes the symbols typically used to indicate breaks between syllables and their functions. Allowed values are: "s" (Space (word separator).), "d" (Dash (syllable separator).), "u" (Underscore (syllable extension).), "t" (Tilde (syllable elision).), "c" (Circumflex [angled line above] (syllable elision).), "v" (Caron [angled line below] (syllable elision).), "i" (Inverted breve [curved line above] (syllable elision).), "b" (Breve [curved line below] (syllable elision).)
wordpos(optional)Records the position of a syllable within a word. Allowed values are: "i" ((initial) first syllable.), "m" ((medial) neither first nor last syllable.), "s" ((single) single syllable.), "t" ((terminal) last syllable.)
Component declarations that are shared between two or more modules.
con(optional)Describes the symbols typically used to indicate breaks between syllables and their functions. Allowed values are: "s" (Space (word separator).), "d" (Dash (syllable separator).), "u" (Underscore (syllable extension).), "t" (Tilde (syllable elision).), "c" (Circumflex [angled line above] (syllable elision).), "v" (Caron [angled line below] (syllable elision).), "i" (Inverted breve [curved line above] (syllable elision).), "b" (Breve [curved line below] (syllable elision).)
wordpos(optional)Records the position of a syllable within a word. Allowed values are: "i" ((initial) first syllable.), "m" ((medial) neither first nor last syllable.), "s" ((single) single syllable.), "t" ((terminal) last syllable.)
Available at
sylIndividual lyric syllable.
Component declarations that are shared between two or more modules.
sylIndividual lyric syllable.
Declaration
<classSpec ident="att.syl.log" module="MEI.shared" type="atts">
<desc xml:lang="en">Logical domain attributes.</desc>
<attList>
<attDef ident="con" usage="opt">
<desc xml:lang="en">Describes the symbols typically used to indicate breaks between syllables and their functions.</desc>
<valList type="closed">
<valItem ident="s">
<desc xml:lang="en">Space (word separator).</desc>
</valItem>
<valItem ident="d">
<desc xml:lang="en">Dash (syllable separator).</desc>
</valItem>
<valItem ident="u">
<desc xml:lang="en">Underscore (syllable extension).</desc>
</valItem>
<valItem ident="t">
<desc xml:lang="en">Tilde (syllable elision).</desc>
</valItem>
<valItem ident="c">
<desc xml:lang="en">Circumflex [angled line above] (syllable elision).</desc>
</valItem>
<valItem ident="v">
<desc xml:lang="en">Caron [angled line below] (syllable elision).</desc>
</valItem>
<valItem ident="i">
<desc xml:lang="en">Inverted breve [curved line above] (syllable elision).</desc>
</valItem>
<valItem ident="b">
<desc xml:lang="en">Breve [curved line below] (syllable elision).</desc>
</valItem>
</valList>
</attDef>
<attDef ident="wordpos" usage="opt">
<desc xml:lang="en">Records the position of a syllable within a word.</desc>
<valList type="closed">
<valItem ident="i">
<desc xml:lang="en">(initial) first syllable.</desc>
</valItem>
<valItem ident="m">
<desc xml:lang="en">(medial) neither first nor last syllable.</desc>
</valItem>
<valItem ident="s">
<desc xml:lang="en">(single) single syllable.</desc>
</valItem>
<valItem ident="t">
<desc xml:lang="en">(terminal) last syllable.</desc>
</valItem>
</valList>
</attDef>
</attList>
</classSpec>