Package org.audiveris.proxymusic
Class Backup
java.lang.Object
org.audiveris.proxymusic.Backup
The backup and forward elements are required to coordinate multiple voices in one part, including music on multiple staves. The backup type is generally used to move between voices and staves. Thus the backup element does not include voice or staff elements. Duration values should always be positive, and should not cross measure boundaries or mid-measure changes in the divisions value.
Java class for backup complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="backup">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{}duration"/>
<group ref="{}editorial"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the duration property.Gets the value of the footnote property.getLevel()Gets the value of the level property.voidsetDuration(BigDecimal value) Sets the value of the duration property.voidsetFootnote(FormattedText value) Sets the value of the footnote property.voidSets the value of the level property.
-
Field Details
-
duration
-
footnote
-
level
-
-
Constructor Details
-
Backup
public Backup()
-
-
Method Details
-
getDuration
Gets the value of the duration property.- Returns:
- possible object is
BigDecimal
-
setDuration
Sets the value of the duration property.- Parameters:
value- allowed object isBigDecimal
-
getFootnote
Gets the value of the footnote property.- Returns:
- possible object is
FormattedText
-
setFootnote
Sets the value of the footnote property.- Parameters:
value- allowed object isFormattedText
-
getLevel
Gets the value of the level property.- Returns:
- possible object is
Level
-
setLevel
Sets the value of the level property.- Parameters:
value- allowed object isLevel
-