]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/caps.ly
bump .ly \version to 2.10.0
[lilypond.git] / input / test / caps.ly
index 1718f3e9a9578c198ff1bbc9a96b3d93ed7d2713..f251121d09c924b650fc0549eb2a26b8aac93ee8 100644 (file)
@@ -1,18 +1,18 @@
 
-\version "1.9.4"
+\version "2.10.0"
 \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   = \property Lyrics.LyricText \override #'font-shape = #'caps
-shapeNorm = \property Lyrics.LyricText \revert   #'font-shape
+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 { ragged-right = ##t}
 }