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