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