]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/caps.ly
*** empty log message ***
[lilypond.git] / input / test / caps.ly
index b3ed4ff343240c0a7f349b8ac5a3959f1b8af33e..356fee7701d06b2616e8fb0302623d657e935911 100644 (file)
@@ -1,18 +1,18 @@
 
-\version "2.1.22"
+\version "2.6.0"
 \header {
 texidoc = "@cindex Capital Letters
-You can set the font to use small caps.
+The font can be changed to small 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 \lyricmode { 
     what4 is4 \shapeSC The8  Ma -- trix? }
   >>
-  \paper { raggedright = ##t}
+  \layout { raggedright = ##t}
 }