]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/caps.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / test / caps.ly
index fa2f3a852e6b489e0f7dfcab0a181cea0da127d1..014141d34b1c3552f60424b6d47eb5e8721658a8 100644 (file)
@@ -1,14 +1,18 @@
-\version "1.5.68"
+
+\version "2.3.4"
 \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.}
-  }
+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 \lyrics { 
+    what4 is4 \shapeSC The8  Ma -- trix? }
+  >>
+  \paper { raggedright = ##t}
+}
+