]> git.donarmstrong.com Git - lilypond.git/blob - input/test/caps.ly
update syntax in .ly files.
[lilypond.git] / input / test / caps.ly
1 \version "1.7.6"
2 \header {
3 texidoc =  " Small caps is available as font-shape caps.
4
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 { linewidth = -1.}
14   }
15 %% new-chords-done %%