Class StrongAccent

java.lang.Object
org.audiveris.proxymusic.EmptyPlacement
org.audiveris.proxymusic.StrongAccent

public class StrongAccent extends EmptyPlacement
The strong-accent type indicates a vertical accent mark. The type attribute indicates if the point of the accent is down or up.

Java class for strong-accent complex type.

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

 <complexType name="strong-accent">
   <complexContent>
     <extension base="{}empty-placement">
       <attribute name="type" type="{}up-down" default="up" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • type

      protected UpDown type
  • Constructor Details

    • StrongAccent

      public StrongAccent()
  • Method Details

    • getType

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

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