]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/caps.ly
* Documentation/user/examples.itely (Transcription of mensural
[lilypond.git] / input / test / caps.ly
index 0774d4270a2cb17e5979269b1e5c5bad3453e595..8344f88e87514cb412020727e9f8277e77d8b041 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.2.0"
+\version "2.7.39"
 \header {
 texidoc = "@cindex Capital Letters
 The font can be changed to small caps.
@@ -9,10 +9,10 @@ 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}
 }