Class Release

java.lang.Object
org.audiveris.proxymusic.Empty
org.audiveris.proxymusic.Release

public class Release extends Empty
The release type indicates that a bend is a release rather than a normal bend or pre-bend. The offset attribute specifies where the release starts in terms of divisions relative to the current note. The first-beat and last-beat attributes of the parent bend element are relative to the original note position, not this offset value.

Java class for release complex type.

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

 <complexType name="release">
   <complexContent>
     <extension base="{}empty">
       <attribute name="offset" type="{}divisions" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Release

      public Release()
  • Method Details

    • getOffset

      public BigDecimal getOffset()
      Gets the value of the offset property.
      Returns:
      possible object is BigDecimal
    • setOffset

      public void setOffset(BigDecimal value)
      Sets the value of the offset property.
      Parameters:
      value - allowed object is BigDecimal