]> git.donarmstrong.com Git - lilypond.git/blob - input/test/caps.ly
* lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
[lilypond.git] / input / test / caps.ly
1
2 \version "2.1.19"
3 \header {
4 texidoc =  "@cindex Capital Letters
5 You can set the font to use small caps.
6 " }
7
8 shapeSC   = \property LyricsVoice.LyricText \override #'font-shape = #'caps
9 shapeNorm = \property LyricsVoice.LyricText \revert   #'font-shape
10
11 \score { <<
12   \notes \relative c'' { c4 c4 c8 c8 c8 }
13   \lyrics \context LyricsVoice { 
14     what4 is4 \shapeSC The8  Ma -- trix? }
15   >>
16   \paper { raggedright = ##t}
17 }
18