Skip to main content

Add Fermata

Planned for 6.4.x

ℹ️ Available currently in 6.4.0-pre-release.

Fermata will be part of annotation. See Add Annotation.

6.3.x and Earlier

Fermata has it's own addFermata function.

// Add fermata at previously added note or rest.
builder.addFermata("atNote");
builder.addFermata(); // Use "atNote" if omitted.

// Add fermata at current measure end.
builder.addFermata("atMeasureEnd");

Live Example