Jump to content

Adding augmentation dots

From LilyPond wiki
Revision as of 22:35, 26 October 2025 by Jean Abou Samra (talk | contribs) (Import snippet from LSR)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

To obtain dotted note lengths, simply add a dot (`.') to the number. Double-dotted notes are produced in a similar way.

\version "2.24.0"

%% http://lsr.di.unimi.it/LSR/Item?id=171

{
  a'4 b' c''4. b'8
  a'4. b'4.. c''8.
}