att.visibility

Attributes describing whether a feature should be displayed.
Module
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
divLineRepresents a division (divisio) in neume notation. Divisions indicate short, medium, or long pauses similar to breath marks in modern notation.
barLineVertical line drawn through one or more staves that divides musical notation into metrical units.
beamA container for a series of explicitly beamed events that begins and ends entirely within a measure.
beamSpanAlternative element for explicitly encoding beams, particularly those which extend across bar lines.
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.
keySigWritten key signature.
layerAn independent stream of events on a staff.
oLayerA layer that contains an alternative to material in another layer.
layerDefContainer for layer meta-information.
meterSigWritten meter signature.
multiRestMultiple measures of rest compressed into a single symbol, frequently found in performer parts.
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).
oStaffA 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.
staffDefContainer for staff meta-information.
staffGrpA group of bracketed or braced staves.
stemA stem element.
Common Music Notation (CMN) repertoire component declarations.
beamA container for a series of explicitly beamed events that begins and ends entirely within a measure.
beamSpanAlternative element for explicitly encoding beams, particularly those which extend across bar lines.
meterSigWritten meter signature.
multiRestMultiple measures of rest compressed into a single symbol, frequently found in performer parts.
oLayerA layer that contains an alternative to material in another layer.
oStaffA staff that holds an alternative passage which may be played instead of the original material.
Mensural repertoire component declarations.
stemA stem element.
Neume repertoire component declarations.
divLineRepresents a division (divisio) in neume notation. Divisions indicate short, medium, or long pauses similar to breath marks in modern notation.
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.
Component declarations that are shared between two or more modules.
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.
keySigWritten key signature.
layerAn independent stream of events on a staff.
layerDefContainer 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.
staffDefContainer for staff meta-information.
staffGrpA group of bracketed or braced staves.
Declaration
<classSpec ident="att.visibility" module="MEI.shared" type="atts">
<desc xml:lang="en">Attributes describing whether a feature should be displayed.</desc>
<attList>
<attDef ident="visible" usage="opt">
<desc xml:lang="en">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>
<rng:ref name="data.BOOLEAN"/>
</datatype>
</attDef>
</attList>
</classSpec>