Package org.audiveris.proxymusic
Class Release
java.lang.Object
org.audiveris.proxymusic.Empty
org.audiveris.proxymusic.Release
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the offset property.voidsetOffset(BigDecimal value) Sets the value of the offset property.
-
Field Details
-
offset
-
-
Constructor Details
-
Release
public Release()
-
-
Method Details
-
getOffset
Gets the value of the offset property.- Returns:
- possible object is
BigDecimal
-
setOffset
Sets the value of the offset property.- Parameters:
value- allowed object isBigDecimal
-