Jump to content

Changing the font to small caps: Difference between revisions

From LilyPond wiki
Import snippet from LSR
 
m Remove LSR link
 
Line 2: Line 2:


<lilypond version="2.24.0">
<lilypond version="2.24.0">
%% http://lsr.di.unimi.it/LSR/Item?id=100
<<
<<
   \relative c'' { c4 c c8 c c }
   \relative c'' { c4 c c8 c c }

Latest revision as of 03:17, 2 November 2025

The font can be changed to small caps.

\version "2.24.0"

<<
  \relative c'' { c4 c c8 c c }
  \addlyrics { what is \markup\caps { The } Ma -- trix?  }
>>