OpenSheetMusicDisplay
    Preparing search index...

    Class Tie

    A [[Tie]] connects two notes of the same pitch and name, indicating that they have to be played as a single note.

    Index

    Constructors

    Properties

    NoteIndexToTieDirection: NoteIndexToPlacementEnum = {}

    Can contain tie directions at certain note indices. For example, if it contains {2: PlacementEnum.Below}, then the tie should go downwards from Tie.Notes[2] onwards, even if tie.TieDirection is PlacementEnum.Above (tie starts going up on Notes[0]).

    TieDirection: PlacementEnum = PlacementEnum.NotYetDefined
    TieNumber: number = 1

    Accessors

    Methods