Pitches entry 3 - octaves

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

The optional octave specification takes the form of a series of single quote (`) characters or a series of comma (`,') characters. Each ' raises the pitch by one octave; each , lowers the pitch by an octave

\version "2.24.0"

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

{
  c' c'' es' g' 
  as' gisis' ais'
}