Jump to content

Pitches entry 3 - octaves: Difference between revisions

From LilyPond wiki
Import snippet from LSR
 
(No difference)

Latest revision as of 22:36, 26 October 2025

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'
}