import React from 'react'; import { YoutubeLogoIcon } from '@phosphor-icons/react'; import MarkdownLink from '../../components/MarkdownLink'; export default function Staccato() { return (

Staccato is a form of musical articulation. In modern notation, it signifies a note of shortened duration, separated from the note that may follow by silence.

"Detached, disconnected, and sharp."

It is often indicated with a small dot above or below the note head.

See also: Legato
Visualizing Staccato vs Legato
); }