]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/font-name-font-size.ly
a0ba3a2e209cafc100950dd21eb33e9c7e5497ec
[lilypond.git] / input / regression / font-name-font-size.ly
1 \version "2.13.14"
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 }
10
11 \markup \concat {
12   "string"
13   \override #'(font-name . "New Century Schoolbook")
14   "string"
15 }