]> git.donarmstrong.com Git - lilypond.git/blob - input/test/caps.ly
fix keep-inside-line on the left side (issue #130)
[lilypond.git] / input / test / caps.ly
1
2 \version "2.7.39"
3 \header {
4 texidoc = "@cindex Capital Letters
5 The font can be changed to small caps.
6 " }
7
8 shapeSC = \override LyricText  #'font-shape = #'caps
9 shapeNorm = \revert LyricText #'font-shape
10
11 \score { <<
12    \relative c'' { c4 c4 c8 c8 c8 }
13   \context Lyrics \lyricmode { 
14     what4 is4 \shapeSC The8  Ma -- trix? }
15   >>
16   \layout { ragged-right = ##t}
17 }
18