att.staffGrp.vis

Visual domain attributes.
Module
MEI.visual
Attributes
bar.len, bar.method, bar.place, bar.thru, symbol, visible
bar.len(optional)States the length of barlines in virtual units. The value must be greater than 0 and is typically equal to 2 times (the number of staff lines - 1); e.g., a value of '8' for a 5-line staff. Value of datatype a decimal number larger than 0.
bar.method(optional)Records the method of barring. Value conforms to data.BARMETHOD.
bar.place(optional)Denotes the staff location of bar lines, if the length is non-standard; that is, not equal to 2 times (the number of staff lines - 1). Value conforms to data.STAFFLOC.
bar.thru(optional)Indicates whether bar lines go across the space between staves (true) or are only drawn across the lines of each staff (false). Value conforms to data.BOOLEAN.
symbol(optional)Specifies the symbol used to group a set of staves. Allowed values are: "brace" (Curved symbol, i.e., {.), "bracket" (Square symbol, i.e., [, but with curved/angled top and bottom segments.), "bracketsq" (Square symbol, i.e., [, with horizontal top and bottom segments.), "line" (Line symbol, i.e., |, (wide) line without top and bottom curved/horizontal segments.), "none" (Grouping symbol missing.)
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.
bar.thru(optional)Indicates whether bar lines go across the space between staves (true) or are only drawn across the lines of each staff (false). Value conforms to data.BOOLEAN.
(MEI.shared) Attributes that capture the placement of bar lines.
bar.len(optional)States the length of barlines in virtual units. The value must be greater than 0 and is typically equal to 2 times (the number of staff lines - 1); e.g., a value of '8' for a 5-line staff. Value of datatype a decimal number larger than 0.
bar.method(optional)Records the method of barring. Value conforms to data.BARMETHOD.
bar.place(optional)Denotes the staff location of bar lines, if the length is non-standard; that is, not equal to 2 times (the number of staff lines - 1). Value conforms to data.STAFFLOC.
(MEI.shared) Attributes that describe the symbol used to group a set of staves.
symbol(optional)Specifies the symbol used to group a set of staves. Allowed values are: "brace" (Curved symbol, i.e., {.), "bracket" (Square symbol, i.e., [, but with curved/angled top and bottom segments.), "bracketsq" (Square symbol, i.e., [, with horizontal top and bottom segments.), "line" (Line symbol, i.e., |, (wide) line without top and bottom curved/horizontal segments.), "none" (Grouping symbol missing.)
(MEI.shared) Attributes describing whether a feature should be displayed.
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.
bar.len(optional)States the length of barlines in virtual units. The value must be greater than 0 and is typically equal to 2 times (the number of staff lines - 1); e.g., a value of '8' for a 5-line staff. Value of datatype a decimal number larger than 0.
bar.method(optional)Records the method of barring. Value conforms to data.BARMETHOD.
bar.place(optional)Denotes the staff location of bar lines, if the length is non-standard; that is, not equal to 2 times (the number of staff lines - 1). Value conforms to data.STAFFLOC.
symbol(optional)Specifies the symbol used to group a set of staves. Allowed values are: "brace" (Curved symbol, i.e., {.), "bracket" (Square symbol, i.e., [, but with curved/angled top and bottom segments.), "bracketsq" (Square symbol, i.e., [, with horizontal top and bottom segments.), "line" (Line symbol, i.e., |, (wide) line without top and bottom curved/horizontal segments.), "none" (Grouping symbol missing.)
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.
Visual component declarations.
bar.thru(optional)Indicates whether bar lines go across the space between staves (true) or are only drawn across the lines of each staff (false). Value conforms to data.BOOLEAN.
Available at
staffGrp(staff group) – A group of bracketed or braced staves.
staffGrp(staff group) – A group of bracketed or braced staves.
Declaration
<classSpec ident="att.staffGrp.vis" module="MEI.visual" type="atts">
<desc>Visual domain attributes.</desc>
<classes>
<memberOf key="att.barring"/>
<memberOf key="att.staffGroupingSym"/>
<memberOf key="att.visibility"/>
</classes>
<attList org="group">
<attDef ident="bar.thru" usage="opt">
<desc>Indicates whether bar lines go across the space between staves (true) or are only drawn across the lines of each staff (false).</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.BOOLEAN" />
</datatype>
<remarks>
<p part="N">This attribute is ignored when the bar.method attribute's value is "mensur" or "takt".</p>
</remarks>
</attDef>
</attList>
</classSpec>