]> git.donarmstrong.com Git - lilypond.git/blob - input/test/caps.ly
*.ly: Added a newline at the end of the texinfo doc
[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 shapeSC   = \property Lyrics.LyricText \override #'font-shape = #'caps
7  shapeNorm = \property Lyrics.LyricText \revert   #'font-shape
8
9 \score { <
10  \notes \relative c'' { c4 c4 c8 c8 }
11 \lyrics \context Lyrics { 
12   what4 is4 \shapeSC Bud8 -- dha?8 }>
13 \paper { raggedright = ##t}
14   }
15 %% new-chords-done %%