@tspro/web-music-score
    Preparing search index...

    Enumeration NoteLength

    Note length enum.

    Index

    Enumeration Members

    Eighth: "8n"

    Eighth note.

    Eighth2Dots: "8.."

    Double dotted eighth note.

    Eighth3Dots: "8..."

    Triple dotted eighth note.

    EighthDot: "8."

    Dotted eighth note.

    EighthTriplet: "8t"

    Eighth note creating a triplet.

    Half: "2n"

    Half note.

    Half2Dots: "2.."

    Double dotted half note.

    Half3Dots: "2..."

    Triple dotted half note.

    Half4Dots: "2...."

    Quadruple-dotted half note.

    Half5Dots: "2....."

    Quintuple-dotted half notre.

    HalfDot: "2."

    Dotted half note.

    HalfTriplet: "2t"

    Half note creating a triplet.

    Quarter: "4n"

    Quarter note.

    Quarter2Dots: "4.."

    Double dotted quarter note.

    Quarter3Dots: "4..."

    Triple dotted quarter note.

    Quarter4Dots: "4...."

    Quadruple-dotted quarter note.

    QuarterDot: "4."

    Dotted quarter note.

    QuarterTriplet: "4t"

    Quarter note creating a triplet.

    Sixteenth: "16n"

    Sixteenth note.

    Sixteenth2Dots: "16.."

    Double dotted sixteenth note.

    SixteenthDot: "16."

    Dotted sixteenth note.

    SixteenthTriplet: "16t"

    Sixteenth note creating a triplet.

    SixtyFourth: "64n"

    Sixtyfourth note.

    SixtyFourthTriplet: "64t"

    Sixtyfourth note creating a triplet.

    ThirtySecond: "32n"

    Thirtysecond note.

    ThirtySecondDot: "32."

    Dotted thritysecond note.

    ThirtySecondTriplet: "32t"

    Thirtysecond note creating a triplet.

    Whole: "1n"

    Whole note.

    Whole12Dots: "1.."
    • Use Whole2Dots instead. Accidentally had misspelled enum name!
    Whole2Dots: "1.."

    Double dotted whole note.

    Whole3Dots: "1..."

    Triple dotted whole note.

    Whole4Dots: "1...."

    Quadruple-dotted whole note.

    Whole5Dots: "1....."

    Quintuple-dotted whole note.

    Whole6Dots: "1......"

    Sextuple-dotted whole note.

    WholeDot: "1."

    Dotted whole note.

    WholeTriplet: "1t"

    Whole note creating a triplet.