]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/caps.ly
*** empty log message ***
[lilypond.git] / input / test / caps.ly
index 16e0e95dd4bf7b03cbdcd0cfa0269702ccd65884..014141d34b1c3552f60424b6d47eb5e8721658a8 100644 (file)
@@ -1,16 +1,16 @@
 
-\version "2.1.22"
+\version "2.3.4"
 \header {
-texidoc =  "@cindex Capital Letters
-You can set the font to use small caps.
+texidoc = "@cindex Capital Letters
+The font can be changed to small caps.
 " }
 
-shapeSC   = \override LyricText  #'font-shape = #'caps
+shapeSC = \override LyricText  #'font-shape = #'caps
 shapeNorm = \revert LyricText #'font-shape
 
 \score { <<
-  \notes \relative c'' { c4 c4 c8 c8 c8 }
-  \lyrics \context Lyrics { 
+   \relative c'' { c4 c4 c8 c8 c8 }
+  \context Lyrics \lyrics { 
     what4 is4 \shapeSC The8  Ma -- trix? }
   >>
   \paper { raggedright = ##t}