Package org.audiveris.proxymusic
Class MetronomeTied
java.lang.Object
org.audiveris.proxymusic.MetronomeTied
The metronome-tied indicates the presence of a tie within a metric relationship mark. As with the tied element, both the start and stop of the tie should be specified, in this case within separate metronome-note elements.
Java class for metronome-tied complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="metronome-tied">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="type" use="required" type="{}start-stop" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary