data.BOOLEAN

Boolean attribute values.
Module
Used by
These class-based attributes use data.BOOLEAN
att.expandable/@expandIndicates whether to render a repeat symbol or the source material to which it refers. A value of 'true' renders the source material, while 'false' displays the repeat symbol.
att.hairpin.log/@nienteIndicates that the hairpin starts from or ends in silence. Often rendered as a small circle attached to the closed end of the hairpin. See Gould, p. 108.
att.numberPlacement/@num.visibleDetermines if the number is visible.
att.mordent.log/@longWhen set to 'true', a double or long mordent, sometimes called a "pincé double", consisting of 5 notes, is indicated.
att.turn.log/@delayedWhen set to 'true', the turn begins on the second half of the beat.
att.attacking/@attaccaIndicates that the performance of the next musical division should begin immediately following this one.
att.clef.log/@cautionaryRecords the function of the clef. A "cautionary" clef does not change the following pitches.
att.cue/@cue
att.extender/@extenderIndicates the presence of an extension symbol, typically a line.
att.meterConformance.bar/@metconIndicates the relationship between the content of a measure and the prevailing meter.
att.arpeg.vis/@arrowIndicates if an arrowhead is to be drawn as part of the arpeggiation symbol.
att.hairpin.vis/@closedApplies to a "Rossini" hairpin, i.e., one where the normally open side is closed by a connecting line.
att.hairpin.vis/@opening.verticalIndicates that the opening points are aligned with an imaginary line that is always 90° perpendicular to the horizontal plane, regardless of any angle or start/end adjustments, including when the hairpin is angled with @angle.optimize or through @endvo/@startvo adjustments.
att.hairpin.vis/@angle.optimizeIndicates that the slope of the hairpin can be adjusted to follow the content in order to optimize spacing.
att.multiRest.vis/@blockThe block attribute controls whether the multimeasure rest should be rendered as a block rest or as church rests ("Kirchenpausen"), that are combinations of longa, breve and semibreve rests.
att.section.vis/@restartIndicates that staves begin again with this section.
att.space.vis/@compressableIndicates whether a space is 'compressible', i.e., if it may be removed at the discretion of processing software.
att.staffDef.vis/@lines.visibleRecords whether all staff lines are visible.
att.staffGrp.vis/@bar.thruIndicates whether bar lines go across the space between staves (true) or are only drawn across the lines of each staff (false).
att.tuplet.vis/@bracket.visibleStates whether a bracket should be rendered with a tuplet.
Allowed Values
trueTrue.
falseFalse.
Declaration
<macroSpec rend="add" ident="data.BOOLEAN" module="MEI" type="dt">
<desc xml:lang="en">Boolean attribute values.</desc>
<content>
<valList type="closed">
<valItem ident="true">
<desc xml:lang="en">True.</desc>
</valItem>
<valItem ident="false">
<desc xml:lang="en">False.</desc>
</valItem>
</valList>
</content>
</macroSpec>