Class Timpani

java.lang.Object
org.audiveris.proxymusic.Timpani

public class Timpani extends Object
The timpani type represents the timpani pictogram. The smufl attribute is used to distinguish different SMuFL stylistic alternates.

Java class for timpani complex type.

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

 <complexType name="timpani">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="smufl" type="{}smufl-pictogram-glyph-name" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • smufl

      protected String smufl
  • Constructor Details

    • Timpani

      public Timpani()
  • Method Details

    • getSmufl

      public String getSmufl()
      Gets the value of the smufl property.
      Returns:
      possible object is String
    • setSmufl

      public void setSmufl(String value)
      Sets the value of the smufl property.
      Parameters:
      value - allowed object is String