Docs · Engines

Music notation

Native single-voice music notation. Parses a minimal ABC-style syntax (note letters with optional accidentals, durations, bar lines) and engraves it on a treble or bass clef with key signature, time signature, and a basic note / rest set (whole, half, quarter, eighth, sixteenth). Suitable for music theory teaching, melody jotting, and lecture slides; not a full engraver — chords, beams, slurs, and complex articulations will come in a follow-up.

Templates
4
Source language
plaintext
Workstation
Studio
Engine id
music

In the same space

Most users come to Music notation from abcjs (basic) or Lilypond (basic). Glyph runs this engine in the browser — no install, shareable via URL, exportable to PNG / SVG / PDF / source.

Syntax at a glance

clef treble
key C
meter 4/4
notes: C C G G A A G2

Paste this in the Studio code pane to see Music notation render live. The full grammar is at the upstream-docs link above.

Sample templates

All 4
Engine reference: music · ← Browse all engines · Quick-start guide