OpenSheetMusicDisplay
    Preparing search index...

    Class Notehead

    A note head with shape and fill information belonging to a [[Note]].

    Index

    Constructors

    Accessors

    Methods

    • Sets the note head's shape from XML parameters.

      Parameters

      • shapeTypeXml: string

        The XML shape.

      • filledXmlAttribute: boolean = undefined

        the filled parameter as given in XML. Can be undefined if not given in XML or if it should be calculated from note duration. If undefined, this.sourceNote should not be undefined.

      Returns void