]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/notation/text.itely
Issue 4591 / 4: NR: Enhance font-name overriding sample
[lilypond.git] / Documentation / notation / text.itely
index ae40256caa28a5536cb8a16ef78a17f5ae153486..1f66c48a714603cfcba3bd341fbf27bf8c2c5414 100644 (file)
@@ -1531,8 +1531,8 @@ FontConfig may be used in a score, using the following syntax:
 \time 3/4
 
 a'1_\markup {
-  \override #'(font-name . "Bitstream Vera Sans Bold")
-    { Vera Bold }
+  \override #'(font-name . "Bitstream Vera Sans,sans-serif, Oblique Bold")
+    { Vera Oblique Bold }
 }
 @end lilypond