MewMMLPad

Series — Getting comfortable writing MML

🌐 日本語

A tutorial series that takes you from never having touched MML to using its full set of features. Each post focuses on a single feature and embeds the WebPlayer so you can hear examples directly in the page.

You can read in order, or jump to a feature you want to learn.

Note: the individual series posts are written in Japanese. The outline below is in English, but the post pages themselves are JP-only at this point.

Series index

Entry

Notation basics

  • #1. Pitch and note length (JP) cb, sharps / flats / naturals, octave (o / < / >), note length (L / dotted / arithmetic).
  • #2. Rests, gate length, ties, and slurs (JP) R (rest), Q / q (gate / release ticks), X (re-trigger), & (tie), ^ (slur), $TieMode / $SameNoteSlur.
  • #3. Volume and accents (JP) V / v, ( ) nudges, lv, )24 for a direct value, $Accent mode.
  • #4. Tempo, key signature, and key shift (JP) Parameters that affect the whole piece — T (tempo), {+f} {-eab} {=*} (key signature), K (key shift, absolute and relative), and how they interact with per-note accidentals.

Expression and ornamentation

Structure and operation