release commit
[lilypond.git] / input / test / caps.ly
blobdb9665e917418367895b8cc28d9f4cc2bae91299
2 \version "2.1.7"
3 \header {
4 texidoc = "@cindex Capital Letters
5 You can set the font to use small caps.
6 " }
8 shapeSC = \property Lyrics.LyricText \override #'font-shape = #'caps
9 shapeNorm = \property Lyrics.LyricText \revert #'font-shape
11 \score { <<
12 \notes \relative c'' { c4 c4 c8 c8 c8 }
13 \lyrics \context Lyrics {
14 what4 is4 \shapeSC The8 Ma -- trix? }
16 \paper { raggedright = ##t}