\renameinput "/var/fred/cvs/savannah/lilypond/lilypond-2.0/input/test/caps.ly" % Generated automatically by: lilypond-book.py % options are filename=/var/fred/cvs/savannah/lilypond/lilypond-2.0/input/test/caps.ly printfilename \include "paper16.ly" \paper { linewidth = 455.244096\pt } \version "1.9.8" \header { texidoc = "@cindex Capital Letters You can set the font to use small caps. " } shapeSC = \property Lyrics.LyricText \override #'font-shape = #'caps shapeNorm = \property Lyrics.LyricText \revert #'font-shape \score { << \notes \relative c'' { c4 c4 c8 c8 c8 } \lyrics \context Lyrics { what4 is4 \shapeSC The8 Ma -- trix? } >> \paper { raggedright = ##t} }