%% Generated by lilypond-book.py %% Options: [alt=[image of music],printfilename,indent=0\mm,texidoc,line-width=160\mm] \include "lilypond-book-preamble.ly" % **************************************************************** % Start cut-&-pastable-section % **************************************************************** \paper { #(define dump-extents #t) indent = 0\mm line-width = 160\mm } \layout { } % **************************************************************** % ly snippet: % **************************************************************** \sourcefilename "caps.ly" \header { texidoc = "@cindex Capital Letters The font can be changed to small caps. " } shapeSC = \override LyricText #'font-shape = #'caps shapeNorm = \revert LyricText #'font-shape \score { << \relative c'' { c4 c4 c8 c8 c8 } \context Lyrics \lyricmode { what4 is4 \shapeSC The8 Ma -- trix? } >> \layout { ragged-right = ##t} } % **************************************************************** % end ly snippet % ****************************************************************