Jump to content

Pitches entry 3 - octaves: Difference between revisions

From LilyPond wiki
m Replace version="2.24.0" with version="2.24" now that the LilyWiki extension supports auto-selecting the latest release in a stable series
No edit summary
Line 11: Line 11:


[[Category:Pitches]]
[[Category:Pitches]]
[[Category:Really simple]]
[[Category:Really simple]][[Category:Snippet]]

Revision as of 22:57, 21 November 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"

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

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