MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / font-kern.ly
blob0e9f887721cc710f61a3919cf867547598280d73
1 \version "2.12.0"
3 \header {
4 texidoc = "Text set in TrueType Fonts that contain kerning tables, are kerned. "
7 \markup {
8 % \override #'(font-name . "VeraSerif")
9 \override #'(padding . 0)
10 \override #'(thickness . 0.00001)
11 \override #'(box-padding . 0.0)
12 \column {
13 \line { \pad-to-box #'(0 . 50) #'(0 . 2) \line { With kerning: }
14 \override #'(font-size . 12)
15 \box { VAVAVA } }
16 \line {
17 \pad-to-box #'(0 . 50) #'(0 . 2) \line { Without kerning: }
18 \override #'(font-size . 12)
19 \override #'(word-space . 0.0) \line { \box V \box A \box V \box A \box V \box A } }