]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/font-name-font-size.ly
Doc-ja: add fretted-strings.itely.
[lilypond.git] / input / regression / font-name-font-size.ly
index a0ba3a2e209cafc100950dd21eb33e9c7e5497ec..429bf99473bf6986f458d13d8e23439dd04c4c4c 100644 (file)
@@ -1,15 +1,20 @@
-\version "2.13.14"
+\version "2.14.0"
 
 \header {
   texidoc = "
 Setting the @code{font-name} property does not change the font
 size.  The two strings below should be concatenated and have the
 same font size.
+
+Note that `the same font size' is related to what lilypond reports
+on the console if in verbose mode (3.865234375 units for this
+regression test).  If you actually look at the two fonts the
+optical size differs enormously.
 "
 }
 
 \markup \concat {
-  "string"
-  \override #'(font-name . "New Century Schoolbook")
-  "string"
+  "pfsm"
+  \override #'(font-name . "Emmentaler-20")
+  "pfsm"
 }