]> git.donarmstrong.com Git - lilypond.git/blob - input/test/caps.ly
* input/test/spanner-after-break-tweak.ly: import
[lilypond.git] / input / test / caps.ly
1 \version "1.7.18"
2 \header {
3 texidoc =  "@cindex Capital Letters
4 You can set the font to use small caps.
5 " }
6
7 shapeSC   = \property Lyrics.LyricText \override #'font-shape = #'caps
8 shapeNorm = \property Lyrics.LyricText \revert   #'font-shape
9
10 \score { <
11   \notes \relative c'' { c4 c4 c8 c8 c8 }
12   \lyrics \context Lyrics { 
13     what4 is4 \shapeSC The8  Ma -- trix? }
14   >
15   \paper { raggedright = ##t}
16 }
17