Package org.audiveris.proxymusic
Class Bass
java.lang.Object
org.audiveris.proxymusic.Bass
The bass type is used to indicate a bass note in popular music chord symbols, e.g. G/C. It is generally not used in functional harmony, as inversion is generally not used in pop chord symbols. As with root, it is divided into step and alter elements, similar to pitches. The arrangement attribute specifies where the bass is displayed relative to what precedes it.
Java class for bass complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="bass">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="bass-separator" type="{}style-text" minOccurs="0"/>
<element name="bass-step" type="{}bass-step"/>
<element name="bass-alter" type="{}harmony-alter" minOccurs="0"/>
</sequence>
<attribute name="arrangement" type="{}harmony-arrangement" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected HarmonyArrangementprotected HarmonyAlterprotected StyleTextprotected BassStep -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the arrangement property.Gets the value of the bassAlter property.Gets the value of the bassSeparator property.Gets the value of the bassStep property.voidsetArrangement(HarmonyArrangement value) Sets the value of the arrangement property.voidsetBassAlter(HarmonyAlter value) Sets the value of the bassAlter property.voidsetBassSeparator(StyleText value) Sets the value of the bassSeparator property.voidsetBassStep(BassStep value) Sets the value of the bassStep property.
-
Field Details
-
bassSeparator
-
bassStep
-
bassAlter
-
arrangement
-
-
Constructor Details
-
Bass
public Bass()
-
-
Method Details
-
getBassSeparator
Gets the value of the bassSeparator property.- Returns:
- possible object is
StyleText
-
setBassSeparator
Sets the value of the bassSeparator property.- Parameters:
value- allowed object isStyleText
-
getBassStep
Gets the value of the bassStep property.- Returns:
- possible object is
BassStep
-
setBassStep
Sets the value of the bassStep property.- Parameters:
value- allowed object isBassStep
-
getBassAlter
Gets the value of the bassAlter property.- Returns:
- possible object is
HarmonyAlter
-
setBassAlter
Sets the value of the bassAlter property.- Parameters:
value- allowed object isHarmonyAlter
-
getArrangement
Gets the value of the arrangement property.- Returns:
- possible object is
HarmonyArrangement
-
setArrangement
Sets the value of the arrangement property.- Parameters:
value- allowed object isHarmonyArrangement
-