]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/caps.ly
Merge with git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond.git
[lilypond.git] / input / test / caps.ly
index 685d33bd46ac60502e5c2a7db2a413ad80311f0a..f251121d09c924b650fc0549eb2a26b8aac93ee8 100644 (file)
@@ -1,15 +1,18 @@
-\version "1.7.6"
+
+\version "2.10.0"
 \header {
-texidoc =  " Small caps is available as font-shape caps.
-
-       " }
-shapeSC   = \property Lyrics.LyricText \override #'font-shape = #'caps
- shapeNorm = \property Lyrics.LyricText \revert   #'font-shape
-
-\score { <
- \notes \relative c'' { c4 c4 c8 c8 }
-\lyrics \context Lyrics { 
-  what4 is4 \shapeSC Bud8 -- dha?8 }>
-\paper { linewidth = -1.}
-  }
-%% new-chords-done %%
+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}
+}
+