att.visibility

Attributes describing whether a feature should be displayed.
Module
MEI.shared
Attributes
visible
visible(optional)Indicates if a feature should be rendered when the notation is presented graphically or sounded when it is presented in an aural form. Value conforms to data.BOOLEAN.
visible(optional)Indicates if a feature should be rendered when the notation is presented graphically or sounded when it is presented in an aural form. Value conforms to data.BOOLEAN.
Component declarations that are shared between two or more modules.
visible(optional)Indicates if a feature should be rendered when the notation is presented graphically or sounded when it is presented in an aural form. Value conforms to data.BOOLEAN.
Available at
barLineVertical line drawn through one or more staves that divides musical notation into metrical units.
chordA simultaneous sounding of two or more notes in the same layer *with the same duration*.
clefIndication of the exact location of a particular note on the staff and, therefore, the other notes as well.
keySig(key signature) – Written key signature.
layerAn independent stream of events on a staff.
oLayer(ossia layer) – A layer that contains an alternative to material in another layer.
layerDef(layer definition) – Container for layer meta-information.
mRest(measure rest) – Complete measure rest in any meter.
ncSign representing a single pitched event, although the exact pitch may not be known.
ncGrpCollection of one or more neume components.
neumeSign representing one or more musical pitches.
noteA single pitched event.
signifLetSignificantive letter(s).
oStaff(ossia staff) – A staff that holds an alternative passage which may be played instead of the original material.
staffA group of equidistant horizontal lines on which notes are placed in order to represent pitch or a grouping element for individual 'strands' of notes, rests, etc. that may or may not actually be rendered on staff lines; that is, both diastematic and non-diastematic signs.
staffDef(staff definition) – Container for staff meta-information.
staffGrp(staff group) – A group of bracketed or braced staves.
oLayer(ossia layer) – A layer that contains an alternative to material in another layer.
mRest(measure rest) – Complete measure rest in any meter.
oStaff(ossia staff) – A staff that holds an alternative passage which may be played instead of the original material.
episemaEpisema.
hispanTickHispanic tick.
liquescentLiquescent.
ncSign representing a single pitched event, although the exact pitch may not be known.
ncGrpCollection of one or more neume components.
neumeSign representing one or more musical pitches.
oriscusOriscus.
quilismaQuilisma.
signifLetSignificantive letter(s).
strophicusStrophicus.
barLineVertical line drawn through one or more staves that divides musical notation into metrical units.
chordA simultaneous sounding of two or more notes in the same layer *with the same duration*.
clefIndication of the exact location of a particular note on the staff and, therefore, the other notes as well.
keySig(key signature) – Written key signature.
layerAn independent stream of events on a staff.
layerDef(layer definition) – Container for layer meta-information.
noteA single pitched event.
staffA group of equidistant horizontal lines on which notes are placed in order to represent pitch or a grouping element for individual 'strands' of notes, rests, etc. that may or may not actually be rendered on staff lines; that is, both diastematic and non-diastematic signs.
staffDef(staff definition) – Container for staff meta-information.
staffGrp(staff group) – A group of bracketed or braced staves.
Declaration
<classSpec ident="att.visibility" module="MEI.shared" type="atts">
<desc>Attributes describing whether a feature should be displayed.</desc>
<attList org="group">
<attDef ident="visible" usage="opt">
<desc>Indicates if a feature should be rendered when the notation is presented graphically or sounded when it is presented in an aural form.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.BOOLEAN" />
</datatype>
</attDef>
</attList>
</classSpec>