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