]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/text-kerning.ly
patch::: 1.3.144.jcn6
[lilypond.git] / input / bugs / text-kerning.ly
1
2
3 \header {
4 texidoc= "LilyPond doesn't kern text, but TeX does, leading to skewed results: the VAVAVAVA takes less space than LilyPond thinks it does."; } 
5
6 \score {
7  \notes \relative c'' < \context Voice {
8 %        c16 c16 c16 c16 c4
9          c4 c4 c4
10  }
11 \context Lyrics  \lyrics {   foobar4 -- VAVAVAVAV4 -- foobar4 } >
12
13         
14  \paper { linewidth = -10.0\cm; }
15 }