1\version "2.16.0"
2
3\header {
4  texidoc = "
5Setting the @code{font-name} property does not change the font
6size.  The two strings below should be concatenated and have the
7same font size.
8
9Note that `the same font size' is related to what lilypond reports
10on the console if in verbose mode (3.865234375 units for this
11regression test).  If you actually look at the two fonts the
12optical size differs enormously.
13"
14}
15
16\markup \concat {
17  "pfsm"
18  \override #'(font-name . "Emmentaler-20")
19  "pfsm"
20}
21