]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/font-kern.ly
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / input / regression / font-kern.ly
1 \version "2.16.0"
2
3 \header {
4   texidoc = "Text set in TrueType Fonts that contain kerning tables, are kerned. "
5 }
6
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 } }
20   }
21 }
22