Class MetronomeBeam

java.lang.Object
org.audiveris.proxymusic.MetronomeBeam

public class MetronomeBeam extends Object
The metronome-beam type works like the beam type in defining metric relationships, but does not include all the attributes available in the beam type.

Java class for metronome-beam complex type.

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

 <complexType name="metronome-beam">
   <simpleContent>
     <extension base="<>beam-value">
       <attribute name="number" type="{}beam-level" default="1" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • MetronomeBeam

      public MetronomeBeam()
  • Method Details

    • getValue

      public BeamValue getValue()
      The beam-value type represents the type of beam associated with each of 8 beam levels (up to 1024th notes) available for each note.
      Returns:
      possible object is BeamValue
    • setValue

      public void setValue(BeamValue value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is BeamValue
    • getNumber

      public int getNumber()
      Gets the value of the number property.
      Returns:
      possible object is Integer
    • setNumber

      public void setNumber(Integer value)
      Sets the value of the number property.
      Parameters:
      value - allowed object is Integer