]> git.donarmstrong.com Git - lilypond.git/blob - input/test/caps.ly
fc2ec02d081e03a3193f8e9a38ac2563069ffce2
[lilypond.git] / input / test / caps.ly
1 \header {
2 texidoc =  " Small caps is available as font-shape caps.
3
4         "; }
5 shapeSC   = \property Lyrics.LyricText \override #'font-shape = #'caps
6  shapeNorm = \property Lyrics.LyricText \revert   #'font-shape
7
8 \score { <
9  \notes \relative c'' { c4 c4 c8 c8 }
10 \lyrics \context Lyrics { 
11   what4 is4 \shapeSC Bud8 -- dha?8 }>
12 \paper { linewidth = -1.;}
13   }