]> git.donarmstrong.com Git - lilypond.git/blob - input/test/caps.ly
953dd45bc8e65a3e3f7e8a03b3f7b008436e688f
[lilypond.git] / input / test / caps.ly
1
2 \version "2.1.26"
3 \header {
4 texidoc = "@cindex Capital Letters
5 The font can be changed to small caps.
6 " }
7
8 shapeSC = \override LyricText  #'font-shape = #'caps
9 shapeNorm = \revert LyricText #'font-shape
10
11 \score { <<
12   \notes \relative c'' { c4 c4 c8 c8 c8 }
13   \lyrics \context Lyrics { 
14     what4 is4 \shapeSC The8  Ma -- trix? }
15   >>
16   \paper { raggedright = ##t}
17 }
18