Class MetronomeTied

java.lang.Object
org.audiveris.proxymusic.MetronomeTied

public class MetronomeTied extends Object
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 Details

  • Constructor Details

    • MetronomeTied

      public MetronomeTied()
  • Method Details

    • getType

      public StartStop getType()
      Gets the value of the type property.
      Returns:
      possible object is StartStop
    • setType

      public void setType(StartStop value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is StartStop