Class MetronomeTuplet

java.lang.Object
org.audiveris.proxymusic.TimeModification
org.audiveris.proxymusic.MetronomeTuplet

public class MetronomeTuplet extends TimeModification
The metronome-tuplet type uses the same element structure as the time-modification element along with some attributes from the tuplet element.

Java class for metronome-tuplet complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="metronome-tuplet">
   <complexContent>
     <extension base="{}time-modification">
       <attribute name="type" use="required" type="{}start-stop" />
       <attribute name="bracket" type="{}yes-no" />
       <attribute name="show-number" type="{}show-tuplet" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • MetronomeTuplet

      public MetronomeTuplet()
  • 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
    • getBracket

      public YesNo getBracket()
      Gets the value of the bracket property.
      Returns:
      possible object is YesNo
    • setBracket

      public void setBracket(YesNo value)
      Sets the value of the bracket property.
      Parameters:
      value - allowed object is YesNo
    • getShowNumber

      public ShowTuplet getShowNumber()
      Gets the value of the showNumber property.
      Returns:
      possible object is ShowTuplet
    • setShowNumber

      public void setShowNumber(ShowTuplet value)
      Sets the value of the showNumber property.
      Parameters:
      value - allowed object is ShowTuplet